| |
| |
| |
|
Page: 1 2 3 4
Comments:
<0> CUNTS <1> yea <2> no <3> more cunts! <1> mm <0> mmm <3> http://www.vgcats.com/comics/?strip_id=223 <0> i don't get it. <1> http://www.1pstart.com/real-world-halo-suit-exposed/ <4> heh that thing prolly weighs more than the dude wearing it <1> Yeah. <1> That would be something for the army. <1> Then they could send in one soldier, withstanding bombs etc ;P <5> there's been a fair amount of advancement in strength enhancing exoskeletons <4> pfft, we need Robots
<1> Mechwarriors =) <4> or dinosaurs with cannons <5> and i dont think were too bulky.. and if not, they'd make an excellent enhancement to that body suit, if it could be protected enough <5> sharks with lasers attached to their heads! <1> ;) <6> hiii all <6> when try to rs.open a insert query - i found error said "column count doesnt match value count row 1" <6> what's cause that <6> when try to rs.open a insert query - i found error said "column count doesnt match value count row 1" <6> i have autoincremental field... <4> cn.execute "insert ... values ..." <7> ur query if error. check column in query and column in table. <6> query="insert into tbmember values ("",txt1,txt2,txt3,txt4)" <7> empy "" <6> that "" , let it empty, as it on db autoincrement field <6> i do that when working on php <6> it's automatically fill with autonumber.. <4> dont give it a value at all <7> yup i knw. so , u must identity the column <6> how <7> insert into Disposision(Dispatchid,Id_dtarget,Ddate,Status) " + <7> "values <7> ..... <7> bla bla <6> oh so write down the fields... <7> yup <6> is there other way ? ohhh... that's tedious task :) <7> no. if ur column auto increment, dont fill the value. <6> but first i have to list the field, right? <7> yup. <6> yeah, thanks i'll try it.. <6> still not working... like this insert into tbmember (field0,field1,field2) values (txt1,txt2) <6> anything wrong? <4> dont mention the autonum field anywhere <7> if field0 is autonumber, dont include it in ur query. <7> insert into tbmember (field1,field2) values (txt1,txt2) <6> error said "unknown column txt1 in field list <6> how come ? <7> check ur column in ur query and ur column in table. thats suitable ?? <6> yeah, already checked it, i'm sure it's suitable <6> it's suitable... i have total of 7 field, and because you told me not to include the autoincrement field so total 6 field... <4> show the statement <6> insert into tbmember (name,address,dob,gender,phone,MP) values (txt_name,txt_address,txt_dob,opt_p,txt_phone,txt_MP) <4> ? <4> what are txt_ ? <6> textbox <6> value from textbox.text <4> then you need to construct a string <6> add "" ? <4> "insert into tbmember ([name]address,dob,gender,phone,MP) values ('" & txt_name.text & "''" & txt... <4> name is []'s as its probably a reserved word <4> you will need to escape all the textboxes too <4> if the contain ' your statement will fail or worse <7> yup thats right. <7> u have to besure all value of ur textbox not containing ', u can use replace function. <6> yes, it's working , THANKS <6> imorxr, how to replace that ' <4> function toSQL(s as string) as string <4> tosql=replace$(s,"'","''") <4> end function <6> if someone has name a'li then it will become a li ?
<4> it will become a''li <6> or '' mean like ' has backslashed <4> the db will convert it to a'li automatically <6> ohh.... that's how it working... <6> on php i'm using mysql_real_escape_string() , that's sql function accessed from php, i can't use it here... <4> i just pasted the function .. <6> yess, and i have pasted it to my module hehehe ^^ <6> thanks <6> eh.. want to ask, why use replace$ what about replace ? <4> replace returns a string via a variant, replace$ returns a string directly <6> hmm... that's great.. thanks again...^^ <6> if i use byval s as string in my function, means the real variable is changed too, right ? <6> i send txt_name as parameter, read as byval s as string <6> i change the value of s in the function,but when return to real script (out of function) the value didn't change, why ? <4> because you used byval .. <4> the default byref behaves as you want <6> i tried it but also don't change <4> yes it does <4> nomorepasting.com the code <6> okey.. <6> this is http://www.nomorepasting.com/paste.php?pasteID=73206 <6> look at it already ? <4> see; http://www.nomorepasting.com/paste.php?pasteID=73207 <4> in that eg you can: tosqlall <as many strings as you like> <6> thanks, i'll look at it <6> i don't see you use byref... but it resulted what i want <4> byref is the default, its always byref unless you state byval <6> what ubound? <4> max index of items in an array, press F1 <6> oh.. sorry.. <6> btw, why my function didn't work, what the mistakes i made ? <6> it don't work againnnn....!! <8> hi <8> anyone need help? <4> Iraq? <6> i copy code you write..., i traced it with f8 and when out of function, it back to default value <8> lol <4> the msgboxes contain '' thus it works .. <6> i try to change all 'a' to 'p', <8> has this got not been banned yet? ;) <6> dont work <8> got=guy <4> http://www.nomorepasting.com/paste.php?pasteID=73208 <4> works fine <4> smokers r winners <6> okey, gtg now... bye.. thanks for everything <8> what purpose does that serve? <8> what a cunt <8> i r cunt <9> that's a dangerous thing to do, scirre <8> yeah <8> they dont call me acid-flaps for nothing <4> ****ing stupid iraqis cant even hang someone properly <4> ooops! head came off lol <8> dang <4> more "boing" <8> how the hell can a rope "severe" someones neck!??!!?! rofl <5> by ripping it off? <5> i dont know how exacting the conotation of "cutting" is when using the word sever <4> "kurds? what kurds!?" <9> kinda like cheese doodles. but better <10> how can i know the height of a listview column header? <9> You know what I'm going to say, right? <9> http://www.google.com/search?q=listview+column+header&hl=en&sourceid=gd&rls=GGLD,GGLD:2006-24,GGLD:en <9> "listview column header" <10> lol sorry, ty <9> er <9> "listview column header height" <9> See what I did there? I took important words out of your question and typed them into google <9> of note is the experts-exchange link
Return to
#vb or Go to some related
logs:
#chat-world #india #kl #php notty kids #allnitecafe mujux #india Alutien Island #india
|
|