10-24-2011 04:17 PM
Hi, IM a new developer, i want update and display informations from my database, currently i can't use anything that is component 5.0 above, so i can only use component 4.7 or anything below, so anyone have suggestions what kind of connection should i use to connecting database, also can anyone provide me some code examples please.
10-24-2011 05:58 PM
10-25-2011 10:20 AM
10-28-2011 06:40 AM
Since there is no SQL 'Driver' available for Blackberry, you will need to have some processing on the Server end that takes your http connection (regardless of method) and proceses it and returns the data as a response to your http connection - which you then take into your application.
There is no simple way sorry.
If you do a search on this forum using "SQL Server" you wil find that this question has been asked before and there are a number of useful Threads that discuss this topic.