New topic: 

Can Not connect to mysql

<http://forums.realsoftware.com/viewtopic.php?t=35639>

         Page 1 of 1
   [ 1 post ]                 Previous topic | Next topic          Author  
Message        rogerholmes          Post subject: Can Not connect to 
mysqlPosted: Tue Sep 28, 2010 12:11 pm                         
Joined: Fri Mar 24, 2006 10:49 pm
Posts: 63                I am having a problem connecting in Linux ( suse and 
ubuntu)
to a mysql database. This works correctly in wn and mac.


Code:  
  
  If mainwindow.db.Connect then  <- in Linux, program Quits here no error , 
just dumps out of the program!
  
  else
  beep3.play
  MsgBox "The connection failed."
  return false
  end if
  
  RecordSet1 = mainwindow.db.SqlSelect(sqlLine)
  
  
  
  if  recordset1.recordcount =0 then
  return false
  else
  return true
  end
  
   
                             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]

Reply via email to