New topic: Read and Write Firebird
<http://forums.realsoftware.com/viewtopic.php?t=30574> Page 1 of 1 [ 3 posts ] Previous topic | Next topic Author Message abarzuaf Post subject: Read and Write FirebirdPosted: Tue Oct 20, 2009 6:35 pm Joined: Tue Oct 23, 2007 3:09 pm Posts: 45 Location: Temuco-Chile Hello. I am using this code to connect using ODBC to Firebird.This works. Code:dim db as new ODBCDatabase db.DataSource = "DRIVER=Firebird/InterBase(r) driver; UID=SYSDBA; PWD=masterkey; DBNAME=C:\Archivos de programa\Firebird\Firebird_2_1\examples\empbuild\EMPLOYEE.FDB;" if not db.Connect() then beep else MsgBox ("Se logró conectar") End I wonder if anyone knows how to be the basic code to read and write data to the Firebird database. Regards Top DaveS Post subject: Re: Read and Write FirebirdPosted: Tue Oct 20, 2009 7:03 pm Joined: Sun Aug 05, 2007 10:46 am Posts: 1669 Location: San Diego, CA After you have a connection.... DB.SQLEXECUTE and DB.SQLSELECT etc...... just like any other database _________________ Dave Sisemore MacPro, OSX 10.5.8 RB2009r2 Top abarzuaf Post subject: Re: Read and Write FirebirdPosted: Tue Oct 20, 2009 7:55 pm Joined: Tue Oct 23, 2007 3:09 pm Posts: 45 Location: Temuco-Chile Thank you very much. I'll try what you say. Regards Top Display posts from previous: All posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost timeSubject AscendingDescending Page 1 of 1 [ 3 posts ]
-- 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]
