The issue was due to linked table. ODBC connection was required to be set again at new machine.
I did that and it worked just fine.
Thanks Veena for your help . And yes, upper quote ( ' ) works fine in query.
Regards,
TG
User Profile
Collapse
-
Veena, Using '#' does not solve problem.
Any other thoughts?
Thanks,
TGLeave a comment:
-
Thanks a lot for your reply Veena
Could you let me know why '#' does work instead of upper quote ( ' )?
Thanks
TGLeave a comment:
-
Hi,
Code below:
...Code:Set conn = Application.CurrentProject.Connection Set cmd = New ADODB.Command cmd.ActiveConnection = conn strQuery = "INSERT INTO DETAILED_TRANSACTION ( TRANSACTION_ID, CARD_NUMBER, TRANSACTION_DATE, TRANSACTION_TIME, WHERE_NAME ) " & _ "SELECT [TxnID] AS TRANSACTION_ID, [CARDNUMBER] AS CARD_NUMBER,Leave a comment:
-
runtime error '-2147467259 (80004005)'
Hi,
I have moved application from windows 2000 to xp platform. I am using Access 2003.
I am getting the error during a insert operation on table.
Error:
runtime error '-2147467259)'
ODBC connection to 'Employeesystem ' failed.
Curious point is that delete operation on table is working fine.
Any thoughts on how to resolve this error?
Thanks
TG
No activity results to display
Show More
Leave a comment: