Hi,
Has anyone had problems with using AddNew in Access 2000 with ADO? I am getting inconsistent results. Sometimes it adds data like it should and other times it doesn't. I put debug.print to make sure the .update was executed so I know it went through the code. However, sometimes data did not...
My Pocket PC application pulls and pushes data from an external SQL Server source. I've noticed when I first try the program in the morning, I do the RDA.Pull, a couple of minutes pass by, it times out, and I get some wierd HResult error. Then right after, I exit out of the program, retry, and...
I will be doing a lot of barcode scanning applications in the future with symbol (or symbol-like) devices. I'm currently learning C# and the .NET Compact Framework and I'm a bit confused as to how barcode scanning is tied into C# and .NET. Is there a class that does this already? Do I need a...
How do you initialize a database? I know you can create it and the tables by executing various SQL statements, such as:
SqlCeEngine engine = new SqlCeEngine ("Data Source = " + strPath);
engine.CreateDatabase ();
SqlCeCommand cmd = conn.CreateCommand();
cmd.CommandText =...
This is a general object-oriented design question: How would you design your application where each form was an object and needed a connection to the database? Does it make sense to make the connection and other data part of a connection class that is external to each form class? Or would you...
I'm new at C# and I can't figure this out. I have two forms. One is called frmTitle. The other is called frmPasswords. My main is in frmTitle. I created a function called doThis() inside my frmTitle class. I used the following code:
public void doThis() {}
And within my main, it starts...
Hi all!
This may be the dumbest question ever posted to this forum, but I have a client who would like to know if applications that were optimized for Win 3.1/95/98/NT can be installed on Windows CE. Is this possible? Any information on this will be helpful......Thanks!
~jason
All,
I have this text file that my application opens and writes data to. When multiple users are trying to use the application, it looks like one person is able to use the file and the others get permissions errors. I'm only guessing, but it looks like this is why people are getting errors...
Hi.
I'm trying to integrate an existing ASP web application with SAP and I don't know where to start. The current application has SQL Server as the backend, but the information has been moved to SAP and now the web application needs to be changed. Right now, SAP does nightly data dumps into...
I need some help!!!
I have my application on some server, but I would really like to create the file on my machine. My machine has a shared folder that gives everyone read/write permissions. Is it possible? Thanks!!
I've got the thing to work, but now I'm getting pushback from the sys admin.....
Anyways, what I'm trying to do is set up a function in my asp web application, where the user can click on the link, and the record he/she is currently looking at gets saved to a CSV file. The user can then save...
Please help me....
I basically want to update the options available in my second combo box based on what the user chose from my first combo box. I saw a couple of examples already, but each of them refreshed the page and I'm sure there must be a way to do this without reloading the whole page...
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.