|
Home > Archive > SQL Anywhere ultralite > August 2005 > Migration asa 7.0.4 a asa 9.0.2
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Migration asa 7.0.4 a asa 9.0.2
|
|
| Luis Ponce Ibarra - Hotmail 2005-08-22, 8:23 pm |
| I'm making a sybase migration 7.0.4 to sybase 9.0.2, I already made the
migration of the database but when trying to connect, with you line them
next, it leaves the error -75, and says that I don't have permits. I'm
using codewarrior 8
int ConectarDB (void)
/ ********************
*/
{
db_init (&sqlca);
ULEnablePalmRecordDB
( &sqlca );
EXEC SQL CONNECT "dba" IDENTIFIED BY "sql";
return (SQLCODE);
}
I'm making something bad.
| |
| David Fishburn 2005-08-27, 1:23 pm |
| "Luis Ponce Ibarra - Hotmail" < luisponceibarra@hotm
ail.com> wrote in
news:430a64ae@forums
-1-dub
of sybase.public.sqlanywhere.ultralite:
LPI-H> I'm making a sybase migration 7.0.4 to sybase 9.0.2, I already
made the
LPI-H> migration of the database but when trying to connect, with you
line them
LPI-H> next, it leaves the error -75, and says that I don't have
permits. I'm
LPI-H> using codewarrior 8
LPI-H>
LPI-H> int ConectarDB (void)
LPI-H> / ********************
*/
LPI-H> {
LPI-H> db_init (&sqlca);
LPI-H> ULEnablePalmRecordDB
( &sqlca );
LPI-H>
LPI-H> EXEC SQL CONNECT "dba" IDENTIFIED BY "sql";
LPI-H>
LPI-H> return (SQLCODE);
LPI-H> }
I think you may want to run ulutil.prc and use it to delete any
databases. This is just a guess.
--
David Fishburn
Certified ASA Developer Version 8
iAnywhere Solutions - Sybase
Professional Services
Please only post to the newsgroup
Please ALWAYS include version and MORE importantly BUILD number with
EACH post (dbeng9 -v).
EBFs and Maintenance Releases
http://downloads.sybase.com/swx/sdmain.stm
Developer Community / Whitepapers
http://www.ianywhere.com/developer
CaseXpress - to report bugs
http://casexpress.sybase.com
CodeXchange - Free samples
[url]http://ianywhere.codexchange.sybase.com/servlets/ ProjectDocumentList[
/url]
|
|
|
|
|