Search found 4 matches

by dauber
Fri Mar 21, 2014 9:08 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Livecode trial, test running on Android.
Replies: 2
Views: 2428

Re: Livecode trial, test running on Android.

I am using the Community version of LiveCode to learn to write an app for work. I am trying to load and test on Android emulator. Can this be done in the Community version? I have followed the steps to install the Java SDK (JDK) and the Android SDK. However, neither shows in the pathwhen trying to s...
by dauber
Wed Mar 19, 2014 7:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Connecting and Editng Info On sql Sever
Replies: 16
Views: 8801

Re: Connecting and Editng Info On sql Sever

Sorry. Ignore the above. I had someone translate your post to me. I created the System DSN on the server not on my PC.

It helps to read and understand what someone is telling you.

Thanks for the help. Will continue working with this connection now.
by dauber
Wed Mar 19, 2014 6:59 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Connecting and Editng Info On sql Sever
Replies: 16
Views: 8801

Re: Connecting and Editng Info On sql Sever

put revOpenDatabase("ODBC","websql",,"sa","..........") into tResult answer tResult Created websql as System DSN on web server (DMZ) via instructions. Getting "Datasource not found and no default driver". Same message as always with the ODBC type. Also tried connecting to SQL2008 on in network with ...
by dauber
Wed Mar 19, 2014 4:06 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Connecting and Editng Info On sql Sever
Replies: 16
Views: 8801

Re: Connecting and Editng Info On sql Sever

Just started with LiveCode. Trying to connect to Sql 2005 database. Having problems.

Tried the test connect above to runrev with runrev_test, etc. Get "Can't connect to MySql server on runrev". What is that telling me?

In the long run, I am trying to use odbc to connect to Sql 2005 database.