How to create Data Link File with Windows 2000?
Answer / Virendra Kumar Singh
Creating a Data Link File (DLF) in Windows 2000 using Delphi is not directly supported. However, you can use ODBC to connect to a database and then export the data into a DLF file.nnHere's an example of how to create a connection string for an ODBC dataset in Delphi:nn```delphinODBCConnectio
1.Params.Add('DRIVER'); ODBCConnectio
1.Params.Values['DRIVER'] := 'Microsoft Text Driver (*.txt; *.csv)'; ODBCConnectio
1.Params.Add('FILEDS'); ODBCConnectio
1.Params.Values['FILEDS'] := 'Field1 Field2 Field3 ...'; ODBCConnectio
1.Open;n```nReplace `Field1 Field2 Field3 ...` with the names of your database fields.
| Is This Answer Correct ? | 0 Yes | 0 No |
why you want to make your future in SAP?.
What is the function of dynamic arrays?
How to Draw in scale without using Windows Mapping Modes?
How to query dates using Day-Month-Year using local SQL ?
How to Propagate constraints from middle-tier to client?
I just bought Delphi. Where are the language and library reference manuals?
How to Call an IB stored procedure using TStoredProc?
What are the reasons involved in using the interface?
Explain the findfirst method?
why Paradox slow on some computers and not on others ?
How does one change the default directory that Delphi uses to save projects?
How to Retrieve the line number that a memo's cursor is on?