Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing Delphi Data
Message
From
28/03/2003 06:52:02
Liam O'Hagan
O'Hagan Programming Ltd
Ireland
 
 
To
28/03/2003 04:55:30
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00771213
Message ID:
00771227
Views:
12
Hi Susan,

There's no such thing really as "Delphi Data". Delphi is the programming language. What you need to find out is how the data is being stored.

What? What database is is use? This will determine the ODBC driver that you need.
Where? Where is the data stored? This will determine how you configure the ODBC driver.
How? How are the tables laid out? This will determine how you write up your SQL statements.

If you know the above info then you can connect to the database using SQLConnect() and issue SQL Statments using SQLExec().

Regards,

Liam




>I am writing an application that has to access a third party package written in Delphi. They have provided calls that enable the data to be accessed for reading and updating purposes which is fine when I'm dealing with single items. The problem comes when I'm wanting to create a grid, say of all their stock items, for them to choose from. To do that, I need to use their calls to read round whole file, one record at a time, and store each record in a temporary cursor that I can then use to populate the grid.
>Can anyone tell me how I can access the delphi data directly ie using odbc?
>
>Thanks
Liam O'Hagan
MCP VFP Desktop Apps
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform