New topic: Access the other database object using Real Studio coding.
<http://forums.realsoftware.com/viewtopic.php?t=45324> Page 1 of 1 [ 1 post ] Previous topic | Next topic Author Message prakashp Post subject: Access the other database object using Real Studio coding.Posted: Wed Sep 12, 2012 3:01 am Joined: Tue Dec 27, 2011 8:54 am Posts: 138 Location: India Hi All, I am trying to create a application like Sql Lite tools. In this application i can get the object of .RSD extension database object. Which is inbuilt in the Real studio framework. Below the lines of Code for access the inbuilt RSD object: RealSqlObj = New REALSQLDatabase RealSqlObj.DatabaseFile = GetFolderItem("path") If RealSqlObj.Connect() Then DbTableRecordset = RealSqlObj.TableSchema() End If But when i am trying to access the other database object like Sql Server. Its not working means i could not get the object. Can you please tell me using Real Studio how i will get the other database object ? _________________ PK Pothal Software Developer in REAL STUDIO 2011r4.3, ASP.NET, VB.NET, C# AND SQL SERVER 2005/08 OS:WINDOWS N MAC 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]
