The problem is....I want to store Alpha-numeric Employee ID's in the database. When i stroe a numeric Employee ID like 001, 030 things went ok.... But when i try to enter Employee ID like " aa11 ", it is not saved to the database. And a
vb error occurs.
The error number is : -2147217900
Description : The name " aa11 " in not permitted in this context. Only constants, experssions or variables allowed here. Column names are not permitted.
One thing more.... when i directly put some alpha-numeric ID in the data base .. there is no problem... But when i try to put with the vb6 interface forms the above mentioned error occurs....
Is there any wrong with my sql string that i had used in the vb6 application?
thanks for any urgent help... as my class assignment closing date is ahead.