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
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
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...
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...
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
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.