Home
Community
Discussion Forums
Most Active Software Boards
LabVIEW
Topic
LabVIEW
Register
·
Login
·
Help
Community
Category
Board
Documents
Users
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Topic Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
All Forum Topics
Previous Topic
Next Topic
How to write a string containing an asterik to an access database.
How to write a string containing an asterik to an access database.
Ron_646
Member
04-06-2001
01:54 PM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
When updating a string to an access database, the asterik contained in the string is causing an error in the query. How can you get around this?
0
Kudos
Message
1
of 2
(2,560 Views)
Reply
Re: How to write a string containing an asterik to an access database.
JellyBeans
Active Participant
04-09-2001
02:12 PM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
Hi Ron,
The easiest way would be to send that as text datatype e.g
INSERT INTO mytable (textcol) VALUE ('*')
I just tried that and it works. hope this would work out for you.
A Rafiq
0
Kudos
Message
2
of 2
(2,560 Views)
Reply
All Forum Topics
Previous Topic
Next Topic