Search found 5 matches

by sai
Thu Feb 05, 2015 2:31 am
Forum: Databases
Topic: Oracle connection LIVECODE comercial License
Replies: 10
Views: 7982

Re: Oracle connection LIVECODE comercial License

Hie Klaus,

Ya iam Connecting now through ODBC.

Thank You.
by sai
Wed Feb 04, 2015 10:14 am
Forum: Databases
Topic: Oracle connection LIVECODE comercial License
Replies: 10
Views: 7982

Re: Oracle connection LIVECODE comercial License

Sorry Klaus... Iam Trying to Connect SQL Express 2012 Database with LC...Want to Extract the data put revOpenDatabase("SQL", "DSN",, "testuser", "password") into tResult Iam Getting Following Error ERROR : : The Specified DSN contains an architecture mismatch between the Driver and Application How t...
by sai
Fri Jan 30, 2015 2:39 am
Forum: Databases
Topic: Oracle connection LIVECODE comercial License
Replies: 10
Views: 7982

Re: Oracle connection LIVECODE comercial License

Thanks K....
by sai
Thu Jan 29, 2015 4:14 am
Forum: Databases
Topic: Oracle connection LIVECODE comercial License
Replies: 10
Views: 7982

Re: Oracle connection LIVECODE comercial License

Finally Got Solved i used "in the" in code changed "into" It's Working Now Getting a New error ERROR:Unable to connect the database:revdberr,invalid database type. This is my code after chaging on mouseUp global gConnectionID put "ORCL" into dbType put "localhost:1521" into dbHost put "XXXXX" into d...
by sai
Thu Jan 29, 2015 3:40 am
Forum: Databases
Topic: Oracle connection LIVECODE comercial License
Replies: 10
Views: 7982

Re: Oracle connection LIVECODE comercial License

Please Answer for this Question..Oracle not responding while connecting this is my Code on mouseUp global gConnectionID put "ORCL" in the dbType put "localhost:1521" in the dbHost put "DB_EXTRACT" in the dbName put "DB_EXTRACT" in the dbUsername put "DB_EXTRACT" in the dbPassword put revOpenDatabase...