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 Mike Lewis 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. jgsteeldev

    SQL performing question

    If it was me I would create a stored procedure then have the ASP call the stored procedure. Here we go Royals! Here we go!!!!!
  2. jgsteeldev

    XSLT and RTF!!

    Here is a section of the RTF code par \pard \plain \f1 \fs24 \cf0 @@t_policy_own_exceptions@@ \par \pard @@t_insmort_clause@@\plain \f1 \fs20 \cf0 \par \pard \par \pard The items surrounded by the @@ symbols are variables that are replaced when a document is generated...
  3. jgsteeldev

    XSLT and RTF!!

    I have a problem. I am the XML XSLT RFT expert at my company. There is only one problem. I know very little about RTF code. I have a problem. Our software generates documents on the website by using XSLT to create RTF documents from XML. I am having a problem with one of the documents that I did...
  4. jgsteeldev

    Deployment Problem

    Just so every body knows SQL server was installed on the web server and I used xcopy to re-copy the application over. Now it works just fine. So, Note to self: if you are going to use a com object in your application make sure it is registerd on the web server! You are the man ca8msm!!!! Here...
  5. jgsteeldev

    Deployment Problem

    Thanks ca8msm, I believe this is not the first time you have helped me out. I have been thinking the same thing. install SQL server. I am trying to get the admin to do that. I have msde on my machine so He should be able to put it on the web server and get the program to work. Thanks again...
  6. jgsteeldev

    Deployment Problem

    I have a problem. I created a small ASP .Net appliction for our developers. The application allows the developer to select a database and or table that exists on our production and Beta SQL servers and refreshes the Beta Version with the Production Data. The aplpication creates and runs DTS...
  7. jgsteeldev

    I want to kill a cookie.

    cappmgr, I tried that method. It doesn't remove the cookie till the session expires. Here we go Royals! Here we go!!!!!
  8. jgsteeldev

    I want to kill a cookie.

    yeah that worked. I tried Request.Cookies("cookieName').remove and it didn't work . I put the remove in the wrong place. Thanks!!! Here we go Royals! Here we go!!!!!
  9. jgsteeldev

    I want to kill a cookie.

    I have an application that creates a cookie. I need to be able to destroy the cookie as well. Everything I have tried so-far only sets the cookie to expire when the session is over. Does anybody know how to destroy a cookie instrantly? Here we go Royals! Here we go!!!!!
  10. jgsteeldev

    Problems with opening access database.

    :-) That would be a good test but I created the access database. They told me to use what I wanted. The only reason I went with access was so that I could send the db with the code. So that they wouldn't have to create a database.But I am not wasting anymore time on it. Thanks though. Here...
  11. jgsteeldev

    Problems with opening access database.

    Actually the project was just a take homw type test for from a job interview. The place i applied at runs sql server anyway so I just quit trying to use access and switched to sql server. I don't have time to mess with access right now. When switched to SQL the application works wonders. Thanks...
  12. jgsteeldev

    Problems with opening access database.

    ASPNET has full control of the folder. Still getting the same error. I am not sure what to do now. Here we go Royals! Here we go!!!!!
  13. jgsteeldev

    Problems with opening access database.

    The Microsoft Jet database engine cannot open the file 'C:\DBName.mdb'. It is already opened exclusively by another user, or you need permission to view its data. Does anybody know why this is happening? Here is the code. Dim silpadaConn As OleDbConnection = New OleDbConnection("Jet...
  14. jgsteeldev

    VB.Net ASP Error Trying to open Access DB

    The Microsoft Jet database engine cannot open the file 'C:\DBName.mdb'. It is already opened exclusively by another user, or you need permission to view its data. Does anybody know why this is happening? Here is the code. Dim silpadaConn As OleDbConnection = New OleDbConnection("Jet...
  15. jgsteeldev

    Programatically copying data between servers.

    Hello I have an interesting problem. I recently started a new job, so I am now low man on the totem pole. I have been tasked with creeating an application that allow custom updating of a test SQL server with data from a Production server. For example, the application should allow the user to...
  16. jgsteeldev

    Macro to switch Link table from Test to Prod server

    Because some of the linked tables are from different databases on the server. So instead of having to figure out which db the string is pointing to I just use the existing connection and flip the server. Here we go Royals! Here we go!!!!!
  17. jgsteeldev

    Macro to switch Link table from Test to Prod server

    I wrote a replace function that works for me in 97 Thx for all the help!!!! Here we go Royals! Here we go!!!!!
  18. jgsteeldev

    Macro to switch Link table from Test to Prod server

    I am using the replace becuse I want the module to work on every DB that has been created here. The one constant thing among all of the linked table on all of the access application is the server that it is linked to. This way the server changes to the correct server no matter how the original...
  19. jgsteeldev

    Replace Function

    thanks Here we go Royals! Here we go!!!!!
  20. jgsteeldev

    Replace Function

    It appears that the Replace function is not available in Access 97. Does anybody here know how to replace text in a string in Access 97? Here we go Royals! Here we go!!!!!

Part and Inventory Search

Back
Top