problem writing with ADO to a csv file
From: Max Odendahl (nospam_max.odendahl_at_t-online.de)
Date: 04/16/04
- Next message: Bill N: "trigger preventing update on SQL2000 table"
- Previous message: Emile Petrus: "Multiple-step Operations Generated Errors"
- Next in thread: Pete d'Oronzio [pdmagic]: "Re: problem writing with ADO to a csv file"
- Reply: Pete d'Oronzio [pdmagic]: "Re: problem writing with ADO to a csv file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 16 Apr 2004 16:41:34 +0200
Hallo,
I am trying to write into a csv file.
Reading from the file works perfectly with "select" statement, but when I
try to insért a value, I get the following error:
The INSERT INTO-statement contains the following unknown fieldname....
My insert statement is: insert into [timetracker#csv]
Values('1','systeme','xyz')
Is anyone fmailiar witht his problem and knows a solutions?
Kind regards
Max
- Next message: Bill N: "trigger preventing update on SQL2000 table"
- Previous message: Emile Petrus: "Multiple-step Operations Generated Errors"
- Next in thread: Pete d'Oronzio [pdmagic]: "Re: problem writing with ADO to a csv file"
- Reply: Pete d'Oronzio [pdmagic]: "Re: problem writing with ADO to a csv file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|