cannot write into CSV using ADO



Hi,

I am using Delphi 5 with ADOConnection & ADOTable to read a CSV file
successfully.
When I write into it and POST then I get

'Updating data in a linked table is not supported by this ISAM'

connection string =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\abc\;Extended
Properties="text;HDR=No;FMT=Delimited";Persist Security Info=False';

Regards and Thanks
Allan


.



Relevant Pages

  • Re: How to access MSSQL through ISAPI Filter?
    ... Kees de Winter wrote: ... adoConnection:= TAdoConnection.Create; ... Here, adoConnection, adoQuery and CS are global vars, I thought I ... What am I doing wrong (using Delphi 5 ...
    (borland.public.delphi.database.ado)
  • Sql error Message
    ... I am using Delphi 6 and ADOConnection and a ADODataSet to connect to a ... SQL2005 using default Locking ...
    (borland.public.delphi.database.ado)
  • ADOTable returns null
    ... I am using Delphi 5 with ADOConnection & ADOTable to read a XLS/CSV file. ... one of the numeric columns the values are negative with the '-' sign ...
    (borland.public.delphi.database.ado)
  • Re: AdoStoreProcedure and Adoquery, time out
    ... in my adoconnection and nothing changed. ... CommandTime out for TadoConnection only effects the TadoConnection.execute ... Delphi 5 had a bug in TadoQuery where the commandtimeout setting did not work. ...
    (borland.public.delphi.database.ado)