[nsbasic-ce] Re: Accessing desktop SQL Server 2005 database from the device...

2010-12-16 Thread elriba75
Thanks. I'll try that. Do you know if it is possible to use NSBasic to create an installer of these CABs? Edgard --- In nsbasic-ce@yahoogroups.com, joespan123 j...@... wrote: Copy the CAB files over to the device and use File Explorer to install them. You can copy by using

Re: [nsbasic-ce] Re: Accessing desktop SQL Server 2005 database from the device...

2010-12-16 Thread George Henne
Yes - you'll need to open up the cab file to find out while files it installs, then add them as resources to your project. You may also have to check for custom registry entries. Do you know if it is possible to use NSBasic to create an installer of these CABs? Edgard --- In

[nsbasic-ce] Re: Accessing desktop SQL Server 2005 database from the device...

2010-12-16 Thread elriba75
Thanks George. The CAB files contain a number of DLLs.If I understand you correctly I need to extract the CAB files on the desktop machine, and then add those DLLs to the project. Is that correct? How do I check for custom registry entries? Edgard --- In nsbasic-ce@yahoogroups.com,

[nsbasic-ce] Re: Accessing desktop SQL Server 2005 database from the device...

2010-12-15 Thread elriba75
Ok. I've advanced a little bit on my installation of SQL Server Compact 3.5. I downloaded from: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=5544c638-c532-48e3-871c-58b49c5d855cdisplaylang=en This installed a number of .CAB files. Then I found the following instructions: You