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 Wanet Telecoms Ltd 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: ZemogSC
  • Content: Threads
  • Order by date
  1. ZemogSC

    Is there a way to change ODBC behavior?

    Hi all, We've got alot of legacy code and have been doing a major upgrade to our production system, and realzed that we may have to change possibly thousands of lines of code, and of course we're looking for a short cut. The newer ODBC Database we are using has the version 3 ODBC, while the...
  2. ZemogSC

    Is there a way to change ODBC Behavior?

    Hi all, We've got alot of legacy code and have been doing a major upgrade to our production system, and realzed that we may have to change possibly thousands of lines of code, and of course we're looking for a short cut. The newer ODBC Database we are using has the version 3 ODBC, while the...
  3. ZemogSC

    Need help with very syntax.....

    Hi all, I don't claim to know much about Access, so be kind. Here's what I've got I've been given some code to convert to work with a newer ODBC driver. THe code runs fine under ODBC2 (the old driver) but no longer works in ODBC3 (new driver). Here's the problem (as far as I can tell): Dim ws...
  4. ZemogSC

    How to reference a component thru code?

    Hey all, I'm writing a console app (this question does not have anything to do with creating a console app, I am aware of the issues involved with that) and have a small problem. As a console app, the project has no forms. So, I cannot use the components to add the winsock functionality. If I do...
  5. ZemogSC

    Question about left outer join...

    This is a pretty basic question, but I'm having trouble understanding it (Please be kind :-) ). Given the following information: tbl1 has 2,500 rows tbl2 has 55,000,000 rows the UPI for both tables is col1 Will these two SQL statements yield the same results? sel a.c1,a.c2,a.c3 from tbl1 a...
  6. ZemogSC

    Where is the spam folder located???

    I opened my email this morning, and saw a very important email get whisked away by Norton AV as spam. I will be changing the settings on how the email is handled in the future, but I need to get that email back, and would like to see what else it has deleted. My system is setup as follows: MS...
  7. ZemogSC

    Novice ? - How to pass args in debug?

    Someone sent me some code to test, and it requires arguments to be passed to it at execution time. I know how to do this from a command line (MyProg arg1 arg2 etc), but how do I pass the arguments when doing a debug. I normally rebuild my prog, then use the "step into" method to see...
  8. ZemogSC

    ODBC Call failing with new TDAT32.dll...

    We have a problem with a new installation of TDAT32.DLL. Hopefully someone knows what teh problem is, and can get me on the right track to fix it... Here is our execute command: rc = SQLExecDirect(Hstmt,szSqlStr, cbSqlStr); Here are the values in the variables: Hstmt 0x007f1b48 - szSqlStr...
  9. ZemogSC

    clispb.dat Bad Format???

    We keep getting this error when trying to run BTEQ on a network drive? *** CLI error: CLI2: BADSPB(319): SPB file has bad format. *** Return code from CLI is: 319 *** CLI error: CLI2: BADSPB(319): SPB file has bad format. *** Return code from CLI is: 319 *** Error: Internal error, exiting...
  10. ZemogSC

    How do I start an app as a service???

    I have an app that I would like to start as a service. I want the app to start when the machine is turned on, and not be dependent upon someone actually logging on to the machine for it to start. We were starting the app by putting it in the startup folder, for allusers, but this weekend we...
  11. ZemogSC

    Differences in ODBC versions???

    We have some in house applications that we run (VC++) that have been running fine for years. We recently upgraded our ODBC version from 02.06.00.03 to 03.02.00.00 and they are all failing miserably. (DBC Version from V2R3 to V2R5) Does anyone know of any "major" changes to the driver...
  12. ZemogSC

    Error 3079 with a pass through query

    I'm baffled, and hopefully someone can help me out. We use a pass through query to get results from our main dataabse. We then have other queries that call this query to produce different reports. Here is an example: SELECT BEGRNGNR (FORMAT '999999999999') (CHAR(8)) BEGIN_CHAR8, BEGRNGNR...
  13. ZemogSC

    V2R3 Backup -> V2R5 Restore???

    How difficult is it to do a backup from a V2R3 (5100) system and restore to a V2R5 (4475) system? We re planning on doing this in the near future, and I want to see if anyone knows what all it involves and what problems may arise. The reason we're doing this instead of NPARC (or other similar...

Part and Inventory Search

Back
Top