I wrote a bunch of code with queries that only specify the table name, without the prefixes. I was using sysdba as the user id in the connection string. Now I am using sa and I think that's the reason it wants me to reference a table in the format dbname.userid.tablename. My questions are...
I don't think this is possible but wanted to check and make sure. We have to enter data manually on a website and then click a submit button to send the data to them, one record at a time. I want to write a program that automates entering this information and sends the data, the same way the...
I found these links:
http://msdn.microsoft.com/en-us/library/ms537143(VS.85).aspx
http://msdn.microsoft.com/en-us/library/ms537181(VS.85).aspx#programmatic
but I don't understand how I put this into my VB .NET application to make it happen. Can someone help? What I will be adding is not a...
I'm curious as to whether or not there is a way to log every connection and query run against the database. If so, could someone give me a brief description on what would be involved? Thanks!
I have an application that right now works with palm handhelds. Basically the palm synchronizes with several "temporary" access databases, and then the windows application connects to those databases and pulls the information into the main database. I need to redesign this using Windows CE...
Not sure what you mean by check the encoding, but it's an RTF file... created in wordpad.
I tried recreating the files in wordpad and saving them as RTF's and it still doesn't work. I'm out of ideas!
I created a setup project that installs my web application just fine. However, I added a license agreement form and a readme form and set the file properties to rtf files and it is coming up blank. Here's exactly what I did:
1. Created setup project to be part of the solution that includes...
Thank you for the code shelton!
Chrissie1 this is in fact the problem because every one of our clients experiences the issue. Removing .NET 2.0 framework fixes the issue for everyone as well.
Thank you for the reply!
Our application launches a client-side application and basically it breaks if it is the 1.1 version and the user upgraded to version 2.0. The reason this happens, as it was explained to me, is that the app tries to use the 2.0 version of any control no matter what...
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.