I have an Axim and have had no problems. It sounds like you have a loose connection inside the unit. Try contacting Dell support. If its under warrenty, get it replaced.
I see nothing wrong with your code. Check the permissions on your database. INSERT statements require write access and you will get this error if write permissions are not set.
FYI:
On the the line: SET pcolors = conn.execute(strSql)
You can simply shorten this to: conn.execute(strSql)
INSERT...
I couldn't find a forum for VB.Net so I put this here.
My question is for the EventLog.WriteEntry Method, what is the maximum length of a string that the event log can handle?
swampBoogie: I am only trying to delete from the EmailList table. The Optout table is what I am using for criteria. I want it to delete any records from the EmailList teble that have a matching EmailAddress field in the Optout table. I know I can do this as a SELECT statement.
tlbroadbent: I...
I have a database with 2 tables EmailList and Optout. The EmailList table contains 3 fields: FirstName, LastName, and EmailAddress. The Optout table has one field: EmailAddress.
I have figured out how to perform a SELECT query that will display records from the EmailList table if there email is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.