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!

Recent content by discusmania

  1. discusmania

    image placement,replicate,rotate and etc

    hi guys... what i want to do is to develop a canvas where user can pick a shape and put in the canvas manipulate it. It's like a microsoft paint software but i want a customize one. anyone has any ideaa how to do that? Thanks and regards Ron
  2. discusmania

    Submit Button just working for IE

    i've a form . the submit button is working fine in IE but not in other browser. What could be the cause? Thanks , Rgrds Ron
  3. discusmania

    Read from excel data and insert into oracle Db using VBA

    Hi guys... This is the first time i try to code in VBA in Excel. I need to know is there any sample code that read data from MS sperad sheet and input it to oracle database. I'm new here , your help is very much appreciated Regards Ron
  4. discusmania

    Net send (or something like that) using asp

    Hi, I try to send message through a network , like thing that you can do using net send command. I use this code: computer="10.228.202.146" msgtext="Just a test, please close the screen" NamUsr="MVT" Set server_shell = Server.CreateObject("wscript.shell") server_shell.Run "%comspec% /c...
  5. discusmania

    Serial port communication

    Thanks for the valuable code, But we did'nt specify where the filed is stored. can we staraight away put data into oracle database? thanks and regards
  6. discusmania

    Serial port communication

    Hi guys, i want to get data from a station that link to a pc through a serial port.i'm thinking of writing a visual basic program to communicate to the station( using MScomm) and install the program on the pc.I want everytime data was entered through serial port, the data will be written to a...
  7. discusmania

    Syntax error in INSERT INTO statement in ASP

    for oracle database you need to convert the date using to_date function. to_date('"&now()&"','h24:mi:ss mm-dd-yyyy') hope this helps regards Ron
  8. discusmania

    Length(size) of the database field

    Yes...damber is right. Thanks ...just got the answer
  9. discusmania

    Length(size) of the database field

    H guys, I want to get the length of database fields (i'm using oracle database) out in the ASP code. i know that the property for field name is .name. what is the property for size? regards rOn
  10. discusmania

    Date Problem

    guys, What's my problem actually this is my code in asp strinsert="insert into score (badge,score,qid,date) "&_ " values('"&badge&"',"&score&","&qid&",#" & Date() & "#)" this is the error: insert into score (badge,score,qid,date) values('12319',3,1,#6/1/2004#) Microsoft OLE DB Provider for...
  11. discusmania

    Microsoft OLE DB Provider for ODBC Drivers error '80040e14'

    Hi guys, i got this error: Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'table plant_listing where id in('1')'. /dept/amt/software/fms/myown/update.asp, line 54 and the code is...
  12. discusmania

    Too few parameters

    Hi guys, I run this code: local_name=request("local_name") if local_name<>"" then strdetail="SELECT id,local_name,latin_name,other_name,location,desc,origin,usage,sender,picture from "&_ "plant_listing where local_name='"&local_name&"'" response.Write strdetail set...
  13. discusmania

    Unspecified error message

    what do you mean by : has write permissions for the IUSR account by the way, i've mistakenly paste the wrong code, the actual code is : <% @LANGUAGE = VBSCRIPT %> <% dim cs plant_id=request("plant_id") ' cs="Provider=Microsoft.Jet.OLEDB.4.0;" &_ '"Data...
  14. discusmania

    Unspecified error message

    thanks, i've done as suggested but i still get this message: select local_name,latin_name,other_name,location,desc,usage,pict from plant_listing where id='1' Microsoft OLE DB Provider for ODBC Drivers error '80040e07' [Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria...

Part and Inventory Search

Back
Top