My unit is a samsung omnia II running winmo 6.5, I know that its a
little beyond what pocketPB 2.5 has specified but I am still trying to
see if this is the problem. Just the the rest, my application does
complain that "dbms odbc is not supported in your current
installation" Just like the rest of the posts. Looking at the older
posts though, I noticed they failed to give a small information. What
I observed is that, installation "may not" be the problem. I think
this is so, because all of the sample application that gets installed
along with ASA11 actually runs! that is what I don't understand, they
have the esql program, the ADO.NET, and even an ODBC sample, and
everything runs just fine, So I believe that this is not an OS issue
or an installation problem.
Any help would be appreciated
TIA,
Jeff
This code can be used. One is for the descktop testing, The other for
the application.
SQLCA.DBMS = "UL10"
SQLCA.AutoCommit = False
GetEnvironment(g_Env)
// let's select between the two supported styles
IF g_Env.ostype = WindowsNT! THEN
SQLCA.DBParm = "ConnectString='DBF=c:\sybase\pocketbuilder
\SalesDB.udb;UID=;PWD='"
else
SQLCA.DBParm = "ConnectString='DBF=\Program Files
\SalesDB.udb;UID=;PWD='"
end if
I am currently using ASA9, which comes with Ultralite 9, I did try
using Ultralite 9 but I still get the same error.
As I recall the Pocketbuilder documentation refers to UL09.
If it works on the desktop is should work on the PPC. but the folder
definition will be different as is the case in my example.
Mike
> > > > Jeff- Hide quoted text -
>
> - Show quoted text -