I am having a lot of trouble making the transition to the new realsqldatabase 
- having spent a few days fruitlessly on this. 

1. statements like "select * from xyz_table" that worked under realdatabases 
fails in realsql. It seems to work if you write it " SELECT * FROM xzy_table 
".

2. On the old database, I would do
   db.SQLExecute(TableDepartments)
   db.Commit
Where TableDepartments is the schema in a string
However in the RealSQLdb, the commit gets an error as nothing to commit.

Why can't they document these changes and explain what needs to be changed?
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to