Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by SamyO

  1. SamyO

    Refering to MySQL Database in 4GL

    Ed, I'm pretty sure it's possible to connect to a MySQL database using 4GL because they provide an adaptation guide for MySQL (http://www.4js.com.au/docs/odi/odiagmys.htm). However, we have never done it before.. we're curently using Oracle and Informix databases but want to try out MySQL...
  2. SamyO

    Refering to MySQL Database in 4GL

    Update I decided to compile and run a program I found in $FGLDIR/src called testbase.4gl. This program failed at the attempt of creating a database and displayed the following error message: status error nr -6365: Database driver not connected yet. I tried looking up the error number for more...
  3. SamyO

    Refering to MySQL Database in 4GL

    Hey, I'm trying to refer to a MySQL database in a 4GL program with no success. This is the error I get when I try to compile my program: DATABASE statusdb | Can not open Database dictionary 'statusdb'. Run fglschema database. | See error number -6601. So I try fglschema statusdb and: ERROR...
  4. SamyO

    Insert Into not Inserting

    I continued experimenting and I found out how to use dbFailOnError. I should be able to find out why it's not working now. Sorry about the last post. Samy
  5. SamyO

    Insert Into not Inserting

    I'm having a similar problem (Insert Into statement works but the tables are still empty). However, I don't have any keys on my tables because I don't really need them. I tried using the debugger to find out what the SQL statement looks like it and it looks fine. Everything runs without errors...

Part and Inventory Search

Back
Top