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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jax2

  1. jax2

    How to access VisualFoxpro Database from ASP?

    David, I gave up trying. I don't think it is possible... I think it is a security risk that isn't clearly documented. Good Luck....
  2. jax2

    How to access VisualFoxpro Database from ASP?

    Tucker, EasyRider, Foxdev, anyone... I notice this thread is quite old, so I imagine that you've either fixed the problem, or moved to a different data solution, BUT... if you did fix the problem, can you let me kow what you did? I can connect without issue to a Free Foxpro table using this...
  3. jax2

    Motherboard SWAP?????

    Hi there. I have an Intel Motherboard with an Intel PIII and just came upon an (unknown vendor) motherboard with a much faster Athlon on it and want to swap it with my current board. I run Windows 2000.... will it work if I just swap it? Sorry for lack of exact info... and any help is greatly...
  4. jax2

    Setting up an SSL Connection using MSXML????

    Hello all, I've found a good deal of information on how to establish a web-server which requires a Client certificate, but I have yet to find much info on how to send the certificate from the client. I want to initiate a secure connection with an existing server which is outside of my...
  5. jax2

    TIMEOUT EXPIRED Distributed Transaction Issue

    We are using a distributed transaction from a SQL Server2000 box to a 7.0 box. KB article Q195542 (http://support.microsoft.com/default.aspx?scid=kb;en-us;Q195542) describes the problem which we run into exactly, but it also mentions that it is only a problem with Server version 6.5 and was...
  6. jax2

    NEW TO ADO Help Pls.

    I suggest going to www.microsoft.com/ado and checking around. I found a bunch of example code there not too long ago, which outlined things relatively well. this could be helpful as well: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnado/html/msdn_adorosest.asp
  7. jax2

    No rows were affected by the update or delete operation. in CRecordset

    So I receive this message : No rows were affected by the update or delete operation. very infrequently in my system when attempting to update a row. I've attempted to search for information on this error to see what might cause it, but haven't found much out there. Any ideas?
  8. jax2

    Unable to initialize DAO/Jet db engine????!!!!

    I have searched for information on this error throughout the web, and all information I've found seems to apply to old versions of Visual C++ and older operating systems. (i.e. http://support.microsoft.com/support/kb/articles/q168/0/04.asp) I'm using Visual Studio 6.0 w/ the latest service...
  9. jax2

    Dr. Watson error while in pConnection->Execute ADO sample code

    I am attempting to use the sample code from : http://support.microsoft.com/support/kb/articles/Q220/1/52.ASP I'll attach my code at the bottom. During testing, the code works fine - without error. When I put the program in production on a NT4 machine, it causes a Dr. Watson fault at different...
  10. jax2

    How to RENAME a project????

    I'd like to rename my project, and am wondering if there might be an easy way to do this. It is a dialog based project, so the name cascades through quite a bit of the files. I tried a global search & replace, while renaming all the files... and Visual Studio crashes when I try to open the 'new'...
  11. jax2

    How to RENAME a Visual C++ Project???

    I'd like to rename my project, and am wondering if there might be an easy way to do this. It is a dialog based project, so the name cascades through quite a bit of the files. I tried a global search & replace, while renaming all the files... and Visual Studio crashes when I try to open the 'new'...
  12. jax2

    Out of stack space error with VB program

    Help. I have a VB6 executable that I run on two machines simultaneously. It runs without error on machine #2, but will only run for roughly 30 seconds on machine #1 before exiting either with no warning/error or the "Out of stack space" error. I've watch the memory usage of the same...
  13. jax2

    PCI interrupt

    This is an interesting question. I think it should be possible to transfer interrupt information from the PCI bus to a visual basic program, but the bulk of the work is going to reside outside VB. For instance, the kernel-level code which will have access to this interrupt will have to notify...
  14. jax2

    Entering arguments into a data environment at runtime???

    Hello out there, I am attempting to use a few Data enviroments in my VB project, and after much wrestling, have gotten them to work - when I put the arguments for the stored procedures in myself. Does anyone know how I might enter this data at runtime? I'd like to access it from code along these...
  15. jax2

    how to COMPLETELY rename a server machine???

    I renamed the server on which our database resides. Then database ceased to function, and everything I read indicated that I could simply rerun the installation, and it would fix problems. After rerunning the installation, the database works just fine. I am now attempting to configure...

Part and Inventory Search

Back
Top