Jump to content

access and labview


Recommended Posts

QUOTE(alukindo @ Feb 4 2008, 01:09 AM)

Your code shows that your column names include spaces, this makes SQL code prone to errors. For table names, you should use underscores symbol ( _ ) instead of spaces and then try again.

This assumes that you were able to succesfully connect to your ACCESS Database

Anthony

Or you can usually put the column identifiers into square brackets to allow the SQL parser to recognize them as one entity. But not using spaces in column names is actually good practice.

Rolf Kalbermatter

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.