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 SkipVought 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: Newbie311
  • Order by date
  1. Newbie311

    Query Syntax Error?

    Much appreciated that fixed the problem cheers!!
  2. Newbie311

    Asp Form

    Hi Steven, I managed to fix that problem it occured because in your code you have named two text boxes the same. I have now posted the current error which is related to the below query. sql="insert into users(username,password) values('"&request("text1")&"','"&request("text2")&"')" It gives me...
  3. Newbie311

    Query Syntax Error?

    sql="insert into users (username,password) values('"&request("text1")&"','"&request("text2")&"')" Hi there the query above is giving me the following syntax error,any ideas why? Error Type: Microsoft JET Database Engine (0x80040E14) Syntax error in INSERT INTO statement. /main/test/new.asp...
  4. Newbie311

    Asp Form

    That piece of code doesn't seem to work.Im using an access database i altered the connection string to that of mine and i dont get any errors when the form submits however the data doesn't get put into the database? Any ideas?
  5. Newbie311

    Asp Form

    Heres an easy 1!I need a simple ASP form to insert values into a database. The form may consist of only two text boxes. Could anyone point me in the direction of where i may find this or provide me with some simple code to do this?
  6. Newbie311

    OLE DB Error/ Query Error

    Ive done what you've just said and now the same error occurs on another line. The next line it refers to is 183 and contains the same objconn.execute(sql) which it doesn't seem to like? Maybe it doesnt like that string?
  7. Newbie311

    OLE DB Error/ Query Error

    How would i do this?
  8. Newbie311

    OLE DB Error/ Query Error

    Here is the code, I have shown what the error is referring to below <%'prevent cacheing Response.CacheControl = "no-store" Response.AddHeader "Pragma", "no-cache" Response.Expires = -1 %> <!-- #include file="inc/declareinc.asp"--> <% quantity=0 saved_quantity=0 Subtotal=0 'establish the...
  9. Newbie311

    OLE DB Error/ Query Error

    Hi there, I am trying to run an asp page and i keep getting the following error; Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query. line 23 could someone translate this to me in plain english?I dont...
  10. Newbie311

    ASP Shopping Cart

    Thanks for your help, Both Sites are what im looking for! Cheers
  11. Newbie311

    ASP Shopping Cart

    Hi there this should be an easy one,i am new to ASP and am trying to design a shopping cart type website. Just wondering if anyone can provide me with some basic code that allows you to add/delete items to a page if not are there any good sites which can teach me how to design this? Cheers
  12. Newbie311

    ASP.net Config Problem

    Hey guys that done the trick it seems to be working fine! Thanks!
  13. Newbie311

    ASP.net Config Problem

    There is a whole bunch of DLL files and 3 folders v1.0.3705,v1.14322 and VJSharp. Is there any script or exe that needs to be run inorder for ASP.net to work correctly??
  14. Newbie311

    ASP.net Config Problem

    Im not sure, the procedure i took was to install IIS, once that was done i installed Visual Studio.NET wouldn't the framework come with that?
  15. Newbie311

    ASP.net Config Problem

    Hi there this is an easy one! I've recently installed IIS and have now installed Visual Studio.net. The problem im having is when i start a new project and try to create an ASP.net Web Application i get the following error; "Visual Studio.net has detected that the specified Web Server is not...
  16. Newbie311

    Remotely Accessing Registry

    Hi there,im not sure if this is the right forum for this but you might be able to help.I need a tool that will allow me to remotely access the registry of networked PC's and access various data,i.e. Apps Installed,Hotfixes etc.Is there any tool you can suggest or lead me in the right direction...
  17. Newbie311

    Heres and easy one!!

    Hi chaps i need to count the Number of files in a folder. Can anyone provide me with a simple bit of code to do so? Thanks
  18. Newbie311

    To display values in correct columns in Excel

    Example of what code does: 00-11-23-45-11-dd 00-11-23-45-31-dd 00-11-23-45-81-dd if to results are obtained from the same file then they need by be written like; 1-00-11-23-45-11-dd 2-00-11-23-45-31-dd 00-11-23-45-81-dd 00-11-23-45-81-dd 3-00-11-23-45-81-dd
  19. Newbie311

    To display values in correct columns in Excel

    For the purpose of this application im afraid i need them in seperate columns.Im reading in multiple files, each file may have more than one transport detail which needs to be displayed in a seperate column. I.E if you have 3 different independent values in 1 file which relate to the same record...
  20. Newbie311

    To display values in correct columns in Excel

    Hi there, the below code is being used to retrieve transport details from a text file onto an excel spreadsheet. The problem i have is that theres more than 1 transport detail in some files,i need to display these on the same line in the column beside it....Can anyone help? Thanks Example of...

Part and Inventory Search

Back
Top