| View previous topic :: View next topic |
| Author |
Message |
nickos Valued Newbie

Joined: 17 Mar 2007 Posts: 26
|
Posted: Thu Sep 04, 2008 1:42 pm Post subject: VDS connect to BDE ? |
|
|
I need to connect to Borland Database Engine from VDS 5 ?
Anyone done this before?  |
|
| Back to top |
|
 |
stewcam Newbie
Joined: 30 Sep 2006 Posts: 21
|
Posted: Fri Sep 05, 2008 11:57 pm Post subject: |
|
|
No, but here is my two cents worth regarding VDS and databases...
VDS works best with a text database. VDS 6.0 provides a way of working directly with XML data. However, I have found that the best way of working with text databases is by using the excellent string processing DLL provided by Dr Dread. Using the file functions made possible by this DLL you can work relatively quickly even with quite large databases.
For more details regarding the DLL see:
http://www.vdsworld.com/forum/viewtopic.php?t=2142 |
|
| Back to top |
|
 |
Aslan Valued Contributor


Joined: 31 May 2001 Posts: 589 Location: Memphis, TN USA
|
|
| Back to top |
|
 |
nickos Valued Newbie

Joined: 17 Mar 2007 Posts: 26
|
Posted: Mon Sep 08, 2008 4:23 pm Post subject: |
|
|
Thanks for repply
I'm working on Library computer, I want to change the way to input data with VDS and leave the previous installed program intact.
I didn't find this database installed in ODBC.
I only find BDE point to mapping drive in this computer local shared folder
(v:\data\booksdata.db) |
|
| Back to top |
|
 |
vdsalchemist Admin Team

Joined: 23 Oct 2001 Posts: 1448 Location: Florida, USA
|
Posted: Mon Sep 08, 2008 8:30 pm Post subject: |
|
|
| nickos wrote: | Thanks for repply
I'm working on Library computer, I want to change the way to input data with VDS and leave the previous installed program intact.
I didn't find this database installed in ODBC.
I only find BDE point to mapping drive in this computer local shared folder
(v:\data\booksdata.db) |
I would think that you should be able to add a ODBC File DSN using the Microsoft Paradox driver. So there would be nothing that would need to change on the box other than the addition of the ODBC DSN and a VDS program using Tommy's ODBC DLL. _________________ Home of
Give VDS a new purpose!
 |
|
| Back to top |
|
 |
nickos Valued Newbie

Joined: 17 Mar 2007 Posts: 26
|
Posted: Tue Sep 09, 2008 7:25 pm Post subject: |
|
|
I never think It's a Paradox Driver
And it works
Thanks All |
|
| Back to top |
|
 |
|