Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Converting DBISAM SQL into Elevatedb SQL
Thu, Feb 3 2011 6:04 AMPermanent Link

Richard

ENT Technologies

I have a bunch of SQL files that I use in DBISAM to create tables. Unfortunately they don't work with ElevateDB because the syntax is different.

Is there some quick and dirty way I can convert my DBISAM SQL files into something that works with ElevateDB?
Thu, Feb 3 2011 8:33 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Richard


Being sneaky I'd suggest create a DBISAM database, use your files to create tables in there. Migrate that to ElevateDB and reverse engineer the result.

Roy Lambert [Team Elevate]
Fri, Feb 4 2011 8:40 AMPermanent Link

Richard

ENT Technologies

Roy Lambert wrote:

>Richard
>
>
>Being sneaky I'd suggest create a DBISAM database, use your files to create tables in there. Migrate that to >ElevateDB and reverse engineer the result.
>
>Roy Lambert [Team Elevate]


Roy you are a genius. That worked great. The only problem was that the migrator used a collation of ANSI when I would have liked ANSI_CI. However, the reverse engineer function lets you map ANSI to ANSI_CI when you create the SQL script, but unfortunately it doesn't alter the fields in the database.
Fri, Feb 4 2011 9:53 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Richard


This is the script I used in converting a major app. You should be able to adapt for your purposes. Its probably missing an END cos I chopped out all the highly specific stuff from the bottom.

Roy Lambert [Team Elevate]





Attachments: Conversion Script.txt
Image