iOS Open Database Connectivity SDK |
![]() |

iOS ODBC Download
• Introduction
• Technical Specifications
• Download
• iPhone SQL Integration
• SQL Database Security
• Technical Specifications
• Download
• iPhone SQL Integration
• SQL Database Security
Hours spent working on behind the scenes servers are hours that the app UI is not evolving to satisfy users and beat competition. ODBC Router eliminates that lost time writing server-side scripts and maintaining client-side interfaces.
I. Download odbcApp for the iPhone Simulator
odbcApp for iPhone Simulator on Mac OS X:# copy/paste all of this into a Terminal window
cd
curl http://augsoft.com/downloads/ios/odbcAppSimulator.zip >odbcAppSimulator.zip
md5 odbcAppSimulator.zip
unzip -o odbcAppSimulator.zip >/dev/null 2>&1
rm -rf "Library/Application Support/iPhone Simulator/5.0/Applications/197568E4-C107-4944-B3E9-E1F826F96316"
mkdir -p "Library/Application Support/iPhone Simulator/5.0/Applications/"
pushd "Library/Application Support/iPhone Simulator/5.0/Applications/"
tar xvjf ~/odbcAppSimulator.tb2 >/dev/null 2>&1
popd
rm -f odbcAppSimulator.tb2
open "/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone Simulator.app"
# visually verify MD5 value shown matches 5d68122d4186f9c7598c2125889c720d
# lastly, pick Hardware->Version->5.0 and "mouse-drag-left" to the 2nd page of Apps to tap ODBC
# if prompted, pick "Switch SDK" and choose 5.0
# you may change 5.0 (in the above commands) to use 4.3, 4.2 or 3.1 for use with old simulators
cd
curl http://augsoft.com/downloads/ios/odbcAppSimulator.zip >odbcAppSimulator.zip
md5 odbcAppSimulator.zip
unzip -o odbcAppSimulator.zip >/dev/null 2>&1
rm -rf "Library/Application Support/iPhone Simulator/5.0/Applications/197568E4-C107-4944-B3E9-E1F826F96316"
mkdir -p "Library/Application Support/iPhone Simulator/5.0/Applications/"
pushd "Library/Application Support/iPhone Simulator/5.0/Applications/"
tar xvjf ~/odbcAppSimulator.tb2 >/dev/null 2>&1
popd
rm -f odbcAppSimulator.tb2
open "/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone Simulator.app"
# visually verify MD5 value shown matches 5d68122d4186f9c7598c2125889c720d
# lastly, pick Hardware->Version->5.0 and "mouse-drag-left" to the 2nd page of Apps to tap ODBC
# if prompted, pick "Switch SDK" and choose 5.0
# you may change 5.0 (in the above commands) to use 4.3, 4.2 or 3.1 for use with old simulators
Note: If you don't have the iPhone Simulator installed, thenXCode + iOS SDK before or after above procedure, then:
