Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Ime532
  • Content: Threads
  • Order by date
  1. Ime532

    Avoid using dbname.userid.tablename syntax?

    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...
  2. Ime532

    Emulating user entering data into a web form and submitting data?

    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...
  3. Ime532

    Need help adding trusted site programmatically

    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...
  4. Ime532

    Can you log every connection/query run against a db?

    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!
  5. Ime532

    Need help creating .Net app...

    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...
  6. Ime532

    Setup project, can't get rtf files to display...

    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...
  7. Ime532

    .NET 2.0 not backwards compatible with .NET 1.1????

    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...
  8. Ime532

    Access limitations...

    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...
  9. Ime532

    Symantec 8.1 and Norton 2003 causing slow downs.

    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...
  10. Ime532

    Set datarow = current row of datatable?

    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...
  11. Ime532

    How to highlight a node programmatically in a treeview control

    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...
  12. Ime532

    Problem with localhost webserver on XP SP2

    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...
  13. Ime532

    Referencing a web control from within javascript...

    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...
  14. Ime532

    Trying to create a new .NET web page... getting error

    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...
  15. Ime532

    Are we allowed to ask for book recommendations here???

    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...
  16. Ime532

    query worked a second ago, now doesn't, i'm tired...

    SELECT customers.[hospital name], customers.City, customers.State, customers.[Account Type], customers.[Software Version], customers.LBS, customers.[Ship Receive Bill], customers.Labor, customers.Maintenance, customers.Order, customers.PackRoom, customers.ItemTracking, IIF(hardware.type="PC"...
  17. Ime532

    Need a quick way to test network connection

    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!
  18. Ime532

    Outlook 2000, opening more than one inbox by default?

    Is there a way to setup outlook so that it will open my inbox as well as another one I always want open? Thanks!
  19. Ime532

    Where can I get cool looking buttons?

    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!
  20. Ime532

    Need something to totally reinstall jet files...

    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...

Part and Inventory Search

Back
Top