Hi guys, I'm migrating an old system that I did some years in power builder.
I could not achieve a connection to the database, this is what I have:
In my user DSN (odbc) I have my database connected and it works like this for my old system.
I managed to find a jconn2.jar library in the sybase installation with which I tried to connect:
I could not achieve a connection to the database, this is what I have:
In my user DSN (odbc) I have my database connected and it works like this for my old system.
I managed to find a jconn2.jar library in the sybase installation with which I tried to connect:
B4X:
#AdditionalJar: C:\Program Files\Sybase\Shared\jConnect-5_5\classes\jconn2.jar
dim JDBCurl as string = "jdbc:sybase:Tds" <---- I'm sure something is missing here that I don't know what it is? help!
db.Initialize2("com.sybase.jdbc2.jdbc.SybDriver",JDBCurl,"dba","sql")