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 TouchToneTommy 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
  • Content: Threads
  • Order by date
  1. 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...
  2. 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?
  3. 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...
  4. 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
  5. 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...
  6. 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...
  7. 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
  8. 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...
  9. Newbie311

    Heres an Easy 1!

    Hi There, I just need to modify the following code to display the first value it finds.I.E there are 2 bios dates in a text file however i just need the first instance.P.S currently the statement below returns me 2 instances of bios date and i only require the first 1 found! Much Appreciated if...
  10. Newbie311

    Anyone like a challenge?

    Hi There, I just need to modify the following code to display the first value it finds.I.E there are 2 bios dates in a text file however i just need the first instance.P.S currently the statement below returns me 2 instances of bios date and i only require the first 1 found! Much Appreciated if...
  11. Newbie311

    Differentiate between duplicates

    Hi There,Im using the code below to search for BiosDate in a particular textfile.The problem im getting is the fact that there are more than 1 bios date and i only need the first instance.What can i add to this code to only return the first instance of BIOS Date? Thanks! If InStr(1, GetLine...
  12. Newbie311

    reading files

    Hi im using the below code to read in textfiles and then displaying various results from the files on an excel spreadsheet.Ive managed to get it reading in files and displaying data however it browses the folder and only displays the data from the last file what am i doing wrong? Cheers Public...
  13. Newbie311

    Reading in multiple files

    Hi there,I need to read in multiple txt files at once,there may be a method of specifying a folder and then searching it.If anyone can provide me with the basic code please do?Thanks
  14. Newbie311

    searching a comma delimited file?

    I need to loop through a file which contains commas and extract various text. Any Ideas on how to do so?
  15. Newbie311

    searching through text file and displaying results in excel

    This is a simple query however due to my lack of knowledge on VBA i need HELP! I need to retrieve various values from a text file and display them in an excel spreadsheet, can someone help?

Part and Inventory Search

Back
Top