New topic: REAL Server Admin
<http://forums.realsoftware.com/viewtopic.php?t=30464> Page 1 of 1 [ 1 post ] Previous topic | Next topic Author Message BillC Post subject: REAL Server AdminPosted: Tue Oct 13, 2009 2:44 pm Joined: Sun Nov 25, 2007 12:02 pm Posts: 28 Location: Orange County Ca I have been struggling to get some data to write to a REALSQLServer Database. By using REAL Server Admin, I can see that I am connecting because the Connection: Current goes up and down depending on whether my program is running or not. I also can see when using the Console Command window and doing a SHOW DATABASE INFO MYDB that the nwrite seems to correlate to the number of writes I am doing to the db. (I did four inserts and then did four inserts again and it now shows 8) After closing my code, using the Console Command window in REAL Server Admin, I issue: USE DATABASE myDb and press execute SELECT * FROM mytable and press execute After the Select statment executes it appears to show me the name of the table but no contents in spite of the fact that the dbinfo is showing 8 writes. So, the questions are: Did my transactions really not write to the db? Am I failing to do the select correctly? Is my expectation of an implicit commit incorrect? Any clues wouLd be appreciated. Thanks, Bill Top Display posts from previous: All posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost timeSubject AscendingDescending Page 1 of 1 [ 1 post ] -- Over 1500 classes with 29000 functions in one REALbasic plug-in collection. The Monkeybread Software Realbasic Plugin v9.3. http://www.monkeybreadsoftware.de/realbasic/plugins.shtml [email protected]
