What tools for convert databases(ms sql server or fox pro or access or xml) in symbion dbms database
What tools for convert databases(ms sql server or fox pro or access or xml) in symbion dbms database
You can check if your preferred database engine is capable of exporting tables in the form of SQL INSERT statements. If it is possible, you can try executing the result line-by-line with RDbDatabase::Execute.
You dont right understand, i mean i have a ms sql server database(i can conver it access or fox pro or xml), but i need to used it in my symbian application, but how convert i dont know?
May be we have some tools for it
It is still not clear that you
- have a database on the PC, and you want to move it to the phone (so handle it locally on the phone)
or
- have a database on the PC, and you want to access it from the phone (so handle it remotely from the phone)
i have database on pc, i need convert to symbian db(for use it on mobile) and use it in my symbian application
first variant, locally at phone
There is no available code for the same, you have to Write your Own Converter.
I think bcp can help you (I do not know what it is, anyway): http://msdn2.microsoft.com/en-us/library/ms175937.aspx
You can also check the resources offered here: http://search.techrepublic.com.com/s...statement.html
i create simply database on mobile, and try open it, i can not find any program for open mobile database on PC
may you know some programs for it?
may this programs have some active x or com, and i can use it for convertation
No there is no application on PC that can open the Symbian Native database.