How to create Data Link File with Windows 2000?



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

Post New Answer

More Delphi Interview Questions

why you want to make your future in SAP?.

1 Answers   IBM,


What is the function of dynamic arrays?

1 Answers  


How to Draw in scale without using Windows Mapping Modes?

1 Answers  


How to query dates using Day-Month-Year using local SQL ?

1 Answers  


How to Propagate constraints from middle-tier to client?

1 Answers  


I just bought Delphi. Where are the language and library reference manuals?

1 Answers  


How to Call an IB stored procedure using TStoredProc?

1 Answers  


What are the reasons involved in using the interface?

1 Answers  


Explain the findfirst method?

1 Answers  


why Paradox slow on some computers and not on others ?

1 Answers  


How does one change the default directory that Delphi uses to save projects?

1 Answers  


How to Retrieve the line number that a memo's cursor is on?

0 Answers  


Categories