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

  1. JeanineScott

    RUSH: SQL Pass Through Queries using DSN-less NT Authentication

    Thank you, Jeffrey! I finally found the syntax for the connection string. Here's what finally worked... .Connect = SetPassThroughConnection() With the connection string being... "ODBC;Driver={SQL Server};Server=" & gvarSQLDataLocation & ";Database=" & gstrDBName &...
  2. JeanineScott

    RUSH: SQL Pass Through Queries using DSN-less NT Authentication

    I cannot figure how to set a SQL pass through query built on the fly to a dsn less connection string using nt authentication. The error I am getting is "The connection string is too long" Unfortunatly, I MUST have this completed by Monday so any responses/help will be greatly...
  3. JeanineScott

    RUSH: SQL Pass Through Query using NT Authentication

    I cannot figure how to set a SQL pass through query built on the fly to a dsn less connection string using nt authentication. The error I am getting is "The connection string is too long" Unfortunatly, I MUST have this completed by Monday so any responses/help will be greatly...
  4. JeanineScott

    RUSH: SQL Pass Through Queries using DSN-less NT Authentication

    I cannot figure how to set a SQL pass through query built on the fly to a dsn less connection string using nt authentication. The error I am getting is "The connection string is too long" Unfortunatly, I MUST have this completed by Monday so any responses/help will be greatly...
  5. JeanineScott

    HTML reports published via code

    I'd like to publish an Access97 report to an Intranet site using VBA. Has anyone done this or have any suggestions for me? Thanks!
  6. JeanineScott

    ADO Relinking Tables automatically and Deployment issues

    Thank you so much for the example!
  7. JeanineScott

    Where do I find the package and deployment wizard for Access 2000?

    I have looked all over the place. Does anyone know what MSDN cd the office developer's toolkit is on? I've tried #0743 and installed the tools (not even sure if this is the right cd!) and when I open the addin's in 2000 there are no add in's listed. I'm getting desperate... Any help is very much...
  8. JeanineScott

    Can query be set to run at say 4:00 am?

    Are you saying that scheduler can automatically close your application for you too? How does it know when your process is finished? I have it open the app (via the command line) and then when my process is done I exit the app via code. (docmd.quit) Is there another way to do it? New options are...
  9. JeanineScott

    Can query be set to run at say 4:00 am?

    The way I have handled this is to set up Norton or Windows scheduler to open your application at a specific time, then on open of the application write some code to check for the time. If the time is beteen 3:55 and 4:05 AM then execute your process. Hope that helps!
  10. JeanineScott

    ADO Relinking Tables automatically and Deployment issues

    Couple of questions: 1) Does anyone have the code using ADO to relink tables autmatically upon app open? 2) Anyone know the MSDN CD that the Developer's Toolkit for 2000 is on? I've looked all over and can't find where it's supposed to be! The last one I've tried was #0743 but after I ran the...

Part and Inventory Search

Back
Top