Hi,
I'm trying to retrieve a datetime field from a WinCE database table using the following code:
DateTime LupdDate;
System.Data.SqlServerCe.SqlCeCommand sqlCeCommand2 = new
System.Data.SqlServerCe.SqlCeCommand("select LupdDate from Product where prodid =12036",SqlCeProvider.Connection)...
Hi Rick,
a little bit late, I know, but I finaly found the answer to my problem. The problem was language related. I am working with the english version of VFP7.0 on a dutch WinXP pc and the shops are using a french WinXP. The problem now is that when you open the foxuser.dbf and you search...
Hi all,
I'm working with VFP 7 SP1 and managed to remove the print button from the print preview toolbar. This change is saved into my resource file.
Now I want to distribute this resource file to all the shops using my application (.exe). And here the problem begins ...
I tried everything...
Hello,
is it possible to insert data from a table from another database (I mean running on another server) using the insert into MyTalbe select MyFields from MyTable2 syntax (where MyTable2 is a table in antother database running on another server) ?? Or is there any other way using Transact...
Hi Mike,
thanks for the reply. I had read the article in the microsoft knowledgebase and indeed my problem has nothing to do with it as my application and database are on the same computer. It is possible that the problem is invoked by a system crash or other, but why now ? As the program...
Hi all,
I've got this very strange but most annoying problem. Sometimes, when a user launches my application, the following error message appears:
Memo file "c:\m project\data\m project.dct" is missing or invalid
However, I can open the same database with a vfp tool without any problems. And...
Hey,
I have a CD-R of 800 MB but Xp (and Nero) only recognize it as a 700 MB. I already installed the latest firmware for my Plextor but that didn't solve the problem. Anyone an idea ??
Hey,
is it possible to have all objects on a form to use the error event of the form in stead off their own error event without having to call the forms error routine from within each object. For example: if I have a form with a command button, and the code behind the click event of the button...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.