Question : Windows Moible 5.0 Connect to Access Database (Connection String)

I am trying to write a simple login screen on a Smart device 5.0 and When the user logs in I want to check a access database located on the server (F:\Database\) From what I can tell I cant use F: in my connection string on the device. I need to use the NETBIOS  name (\\server\Database\) With that being said  What is the best way to do this on the mobile device.  My asp.net project uses OLEDBDataReader, (System.data.OLEDB) but my SmartDevice Project doesnt want to see that namespace.   SO I guess my question is how can I create a connection string and access my database from my VB.Net code?

Answer : Windows Moible 5.0 Connect to Access Database (Connection String)

You can read in the bytes of the file to upload and send it as a stream using Sockets.  Here is a site that shows how to send data between client (the Windows application) and server (where you want to upload the file to).  http://www.c-sharpcorner.com/uploadfile/dottys/socketprogdtrp11222005023030am/socketprogdtrp.aspx
Random Solutions  
 
programming4us programming4us