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: *

  1. BigOrangeMonkey

    Wininet HTTP Post Parameters

    Hi, I am looking into using the wininet DLL to transmit data (An XML String) to a servlet, the documentation states : "Data needs to be passed to these URLs through HTTP request. The XML formed needs to be passed to these URLs as a data stream (String of Characters). The server does not...
  2. BigOrangeMonkey

    Dependency - Knows what dll to find, but cant locate it!

    Hi, I've been thrown into correcting a Visual C++ DLL (Usually program UnifAce and VB), I have got the DLL I'm building to compile but it doesnt run. When I check the DLL using the Dependency Viewer its saying it cant locate two of the dlls (yrtlc.dll and urtlc.dll). How do I tell the system...
  3. BigOrangeMonkey

    Directory Does not have write permission

    Ive been working on a web project all day, then all of a sudden when I try to add another usercontrol I get the error "Directory does not have write permissions". Ive checked all the directories that I use (that I'm aware of) and they all have write access! Any ideas? Thanks, Steve.
  4. BigOrangeMonkey

    Changing the ODBC Link in VBA Fires the query on more than one DB

    Hi, I have the following code to change the connection string on a Pass-Through query to point to a different database, when the connection string is changed the query is fired off on both the old connection and the new one, the problem is I am not executing the query!! i.e. The query is to...
  5. BigOrangeMonkey

    Populating a List using an array of structures

    Hi There, I'm populating a list using an array of type MyStructure but I cant get it to display the description in the list, also when I set the valuemember it gives the error : An unhandled exception of type 'System.ArgumentException' occurred in system.windows.forms.dll Additional...
  6. BigOrangeMonkey

    Field Not Updateable until I Refresh Links in linked table Manager

    I am generating linked tables via VBA, I then launch an update query to select data from another access database into an SQL database. When I run the query I get the message "field not updatable", If I then go into the Linked Table Manager and simply refresh the external linked tables...
  7. BigOrangeMonkey

    Stepping thro my code makes it work?!

    Hi, I am using the following code to set the ReturnsRecords value of my PassThrough QueryDefs to false, when I step through the code using the debugger it works fine, but when I let the program run without stepping through it doesnt work! Any Ideas because this is really driving me up the...
  8. BigOrangeMonkey

    Random Crashing Spree getting beyond a joke!

    Hi, I have a machine that is randomly crashing and windows doesnt always shut down, no sign of viruses and plenty of free space on the HDD, I Intend to re-install the machine from the ground up, any pointers to other potential causes? Thanks Steve.
  9. BigOrangeMonkey

    Hard Drive getting slow!

    Hi, I am trying to repair a PC that is slowing down to an unusable level, there is plenty of free space and no sign of viruses, it doesnt always let you save or delete information. Any pointers?
  10. BigOrangeMonkey

    Pass Through Queries and ReturnsRecords with ADO

    Can I set a pass through query to not return any rows via VB Code using ADO? I need to refresh all the links before the queries are run as the ODBC settings may change, i.e. A customer has multiple databases holding the same info (Test and Live) so the same Queries have to be run on different...

Part and Inventory Search

Back
Top