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

    project(.adp) file & SQL Server -- connect with VBA?

    Actually, it was the Access object model that was giving me problems -- I was using CurrentDB instead of CurrentProject. If I use Application.CurrentProject.execute([some sql statement]), the VBA code uses the project's connection to the SQL server database.
  2. superdog4492

    project(.adp) file & SQL Server -- connect with VBA?

    Hi there, I apologize for the cross-post -- I should have started with this forum. I have an MS Access project that connects me to a SQL Server database. My forms are all working fine, but I've been trying to figure out how to get at the data programmatically, using VBA. I'm assuming that...
  3. superdog4492

    Access project(.adp) - VBA and connection to SQL?

    Hi there, I have an MS Access project that connects me to a SQL Server database. My forms are all working fine, but I've been trying to figure out how to get at the data programmatically, using VBA. I'm assuming that since the project is already connected to the database, that I don't have to...
  4. superdog4492

    request.form headache

    Ahhh I see. I'm storing the values from form1 as hidden values in form2. That's how they're ending up back in form1 when the user returns, and getting in the way of a second submission. So I guess I'll have to update to the database on each form. It seemed like a harmless decision at the...
  5. superdog4492

    request.form headache

    Hi mwolff00! Sorry, I should have been more explicit. After form1 is submitted, the value is added to request.form and the user goes on to form2. Values are updated to the database only when all forms (form1, form2, etc) are complete. I'd like the user to be able to return to form1, enter a...
  6. superdog4492

    request.form headache

    Hi! I'm working on an online questionnaire (ASP with SQL Server db). I fear i've painted myself in to a corner.... I'd like to let the user return to a question that they've already submitted to the request.form object, and provide a new answer that replaces the old one. If I just submit a...
  7. superdog4492

    Login failure with Enterprise Manager, Query Analyzer, ODBC test...

    Hi there! I just installed SQL Server 2000 Developer Edition on a machine running XP Professional Edition. For some reason, I get an error whenever I try to connect to the local server. The error messages are login errors -- server does not exist or access denied. I've tried through...
  8. superdog4492

    Can't connect with Enterprise Manager - insufficient memory?

    Fixed it! Master.dat was busted somehow...just used the Fix Master.dat option in the setup utility...
  9. superdog4492

    Hi There! I'm having a hard time

    That's fantastic! See, I'm new to SQL Server (and on the beginner side of ASP). I've just upsized this from Access to SQL Server, and I've been wondering which executions would be prime candidates for stored procedures -- sounds like this is one! Time to learn about stored procedures What's a...
  10. superdog4492

    Hi There! I'm having a hard time

    Hey mwolf00, Thanks for the response. I am the only one using this server -- wacky, eh? I'm not sure what the problem is. The only workaround I've found is to create a second connection that the re-iterating recordset uses. This solution tolerates a slightly larger Answers recordset, but not...
  11. superdog4492

    Hi There! I'm having a hard time

    Hi There! I'm having a hard time with my ASP connection to SQL Server 6.5. I'm looping through a recordset, and each iteration sets and frees a couple of other recordsets. (Code below.) I think I'm being really good about creating as late as possible and freeing as soon as possible, but I'm...
  12. superdog4492

    Can't connect with Enterprise Manager - insufficient memory?

    Hi There! I'm having a lousy afternoon! I'm trying to connect to a registered server with Enterprise Manager (SQL Server 6.5). The server is running, my ASP app can connect, Query tools all work fine, but I can't connect. I double-click on the server, and here's the error message: "A...

Part and Inventory Search

Back
Top