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...
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...
Is anyone else having problems with stuff written for .NET 1.1 not working when the client upgrades to .NET 2.0? Unless I'm missing something, how can microsoft think this is okay to release a software upgrade that breaks applications made for the previous versions????
Also, is Microsoft...
I have an application that I believe to be growing beyond the capabilities of Access. There is a table with about 5.9 million records that my application is having speed issues accessing after compacting. Here's the deal:
DB size (no compact): 700mb
Records in table: 5.9 million
Simultaneous...
I have an application that uses a VB 6.0 front end with an access db and when users run reports on a machine with either of these versions of norton (haven't tested any others) the report speeds are decreased by over 50%. An example:
Run report and it takes 24 minutes
Remove norton
Run report...
I want to use the datatable.select() method to find a record and then I want to set the record that is found = to a datarow. What would that particular line look like (assigning the datarow to the selected datatable?). Currently I assigned a primary key to the datatable and am using the .find...
I've written code to find a specific node and now I want to highlight it as if the user selected it. I've tried this:
trvCalls.SelectedNode = tnCallNode
But it does not highlight the node. I've searched the FAQ and this forum and didn't find anything that worked. Can someone point me in the...
When I try to open an aspx page on my machine i get (in event ID):
The server failed to load application '/LM/W3SVC'. The error was 'The specified metadata was not found.
'.
For additional information specific to this message please visit the Microsoft Online Support site located at...
I'm learning web development in .NET (coming from windows only programming in VB 6.0) and there appears to be a problem with the code in the book i'm using. The problem is, I've added a web control called txtName to the form and from within javascript, I reference it with this code...
The specified webserver is not running ASP .NET version 1.1. You will be unable to run ASP .NET web applications or services.
I'm using "http://localhost/WebProject1" as the location. I have IIS installed (5.1). I also have .NET framework installed. I'm running windows XP professional. The...
I just find it very odd that there are no threads related to which books one should buy to prepare for the MCAD.
Right now I'm looking at the books written by Mike Gunderloy for VB .NET. Is that good/bad???
I do have a few questions though. Coming from VB 6.0 and little web experience, I was...
I need a way to see if a user is connected to our internal network (with a domain) that will not significantly slow down the program (with a 20 second delay or something like that). If they are connected to the network i would have them connect to an access database on a shared drive. Thanks!
I like the windows XP style buttons that look bubbly. How can I make the buttons on my forms look like that? Do I need to download something or is there a setting somewhere that says "used window's style buttons" so that the buttons will look like the buttons on windows XP. Thanks!
Not sure if this belongs in another forum but basically I have a user trying to run jetcomp version 97 and he got an error message saying couldn't find the file msjter35.dll. I finally got him the dll and now he's getting a message couldn't find msjint35.dll. Instead of walking through each...
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.