neodatatype
Well-known member
Hi all,
I wonder if I can do a connection to an SQL server DB from my PocketPC using the Compact Framework.
Someone can tell me if it is possible and how?
I tryed to compile a simple app from a dos-shell (csc.exe) but if I use the /nostdlib option, it cannot find the SqlClient namespace
i.e.:
%WINDIR%\microsoft.net\framework\v1.1.4322\csc.exe /t:exe /noconfig /nostdlib /r:%palm_sdk%\mscorlib.dll /r:%palm_sdk%\system.dll /r:%palm_sdk%\system.data.dll /r:%palm_sdk%\system.data.common.dll /r:%palm_sdk%\system.data.sqlclient.dll /r:%palm_sdk%\system.xml.dll /r:%palm_sdk%\system.drawing.dll /r:%palm_sdk%\system.windows.forms.dll /out:%palm_out% *.cs
why?
I wonder if I can do a connection to an SQL server DB from my PocketPC using the Compact Framework.
Someone can tell me if it is possible and how?
I tryed to compile a simple app from a dos-shell (csc.exe) but if I use the /nostdlib option, it cannot find the SqlClient namespace
i.e.:
%WINDIR%\microsoft.net\framework\v1.1.4322\csc.exe /t:exe /noconfig /nostdlib /r:%palm_sdk%\mscorlib.dll /r:%palm_sdk%\system.dll /r:%palm_sdk%\system.data.dll /r:%palm_sdk%\system.data.common.dll /r:%palm_sdk%\system.data.sqlclient.dll /r:%palm_sdk%\system.xml.dll /r:%palm_sdk%\system.drawing.dll /r:%palm_sdk%\system.windows.forms.dll /out:%palm_out% *.cs
why?