1. From EDS to EuSQL EDS
- Posted by cklester <cklester at yahoo.com> Aug 25, 2005
- 436 views
Is there an easy conversion path from a standard EDS database to one compatible with Matt's EuSQL? -=ck "Programming in a state of EUPHORIA." http://www.cklester.com/euphoria/
2. Re: From EDS to EuSQL EDS
- Posted by Greg Haberek <ghaberek at gmail.com> Aug 25, 2005
- 448 views
> Is there an easy conversion path from a standard EDS database to one comp= atible > with Matt's EuSQL? Um..... is there an app available? No. Is it difficult to write one? No. You pretty much have to write your own conversion app, since only you know how you've set up your existing database, and simply "walk" through all the tables and records and insert them into a EuSQL database using, well... SQL! :) Have you used SQL before? ~Greg
3. Re: From EDS to EuSQL EDS
- Posted by Matt Lewis <matthewwalkerlewis at gmail.com> Aug 26, 2005
- 450 views
cklester wrote: > > Is there an easy conversion path from a standard EDS database to one > compatible > with Matt's EuSQL? You can do this using wxEDB. I don't have the code handy ATM, so I don't recall how well you can import from a normal EDS to EuSQL database, but you can at least export to a text file and then into a EuSQL db. Matt Lewis
4. Re: From EDS to EuSQL EDS
- Posted by cklester <cklester at yahoo.com> Aug 26, 2005
- 450 views
Matt Lewis wrote: > cklester wrote: > > Is there an easy conversion path from a standard EDS database to one > > compatible > > with Matt's EuSQL? > You can do this using wxEDB. I don't have the code handy ATM, so I don't > recall how well you can import from a normal EDS to EuSQL database, but > you can at least export to a text file and then into a EuSQL db. So I need to open the file in wxEDB, export it, then create a new EuSQL db and import the text file? Sounds easy! :) I'll try it tomorrow when I get back to work. Thanks Matt! -=ck "Programming in a state of EUPHORIA." http://www.cklester.com/euphoria/