@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4



Comments:

<0> okay,thanks
<0> anyone know how to display my executed query to datagrid i created in my form ?
<1> not to mention ado is just 10x easier
<0> yes, i'm using ado now
<0> what's the easier way to execute query on ADO?
<1> do you need a recordset?
<0> if so ?
<1> use a recordset object, need a non retirning query use the comman object
<0> can you write me an example ?
<1> command object rather for deletes, inserts, updates
<0> please...
<1> whats the point
<0> to insert for example
<1> theres only 100000 kits on google+vb+ado+tutorial
<1> +insert
<0> they show many ways, i don't know which one to use...



<0> do u mean object like, rs.update ?
<0> rs.addnew...
<0> like that?
<2> so u have to many learn too.....
<1> I guess ppl today do not read anymore, they dont know what f1 is for, they dont know how to begin research on what they are doing
<0> yeah, i think so, but i'm in hurry because this is my college task and near DEADLINE
<1> personally I dont like the ado intrinsic methods and perfer to use sql
<0> sorry, ppl?
<1> people
<0> oh..
<1> and your deadline doesnt concern me
<1> you have a specific question please ask
<1> but dont expect anyone here to do your homework
<0> yes, thanks, i know that's mine to do
<0> ^^
<1> do what I said and run a search, trust me theres literaly 100,000 of them
<1> not only run some code but step through it f8, see what each line of code does
<1> try to learn from it so you can implement your own ***ignment
<0> okey,luckyly i did that when learning pascal...
<1> hopefully he didnt give you any design restrictions
<0> no..
<0> i want to ask... what this line mean:
<0> If KeyAscii = 13 Then
<0> SendKeys "{TAB}"
<0> End If
<0> i don't know what sendkeys
<0> what it's doing when the enter key pressed
<1> sending the key to another application
<0> i found it in txtlastname keypress()
<1> highlight sendkeys and press f1
<3> anyone got a good page discribing how to to sql queries with vbs?
<1> www.sqlcource.com iirc
<1> www.sqlcourse.com iirc rather
<1> that will teach basic sql queries
<4> http://www.youtube.com/watch?v=Nq55R7R-qfw
<4> http://www.youtube.com/watch?v=4kKN92DASn0
<5> second one is brilliant
<4> agreed
<6> http://cgi.4chan.org/gif/src/1168766326295.gif
<6> its on 4chan - no need to ask if its SFW
<1> jezzup
<1> thats a gobbler
<6> :p
<1> my wife says all men are animals..... I must agree with her....
<6> :P
<1> bouht a box of nicotine patches yesterday for 33$ so...,
<1> what do I do this morning???
<1> go out and BUY another PACK OF CIGGS!
<6> lol
<6> i got some hypnosis book/cd
<6> and i'm going to cl***es
<1> they are starting to get expensive here
<6> cigs?
<1> just uped the tax a 1$ a pak
<6> i pay .25 for 20
<6> $8.28
<1> 5$ a pak now, me and my wife smoke total 3pks a day * 5$ * 365 !!!
<1> thats a dam car payment a month, perhaps 2
<6> 3 packs of 20 a day?
<1> yup
<1> 40 for me, 20 for her



<6> damn
<6> i smoke like 10-15
<1> it'll eventually kill me....
<1> I really need to stop
<1> actually, she's a pak or less a day, and Im a pak and a half a day, sometimes 2
<2> doh........ what are u doing ???
<7> how can i put a form on 'always on top' above my main form?
<7> i need something like 'always on top', but only between the 2 forms, not between all windows windows..
<2> have u see before like it ??
<7> 0_o
<6> Re_Boot: if i could smoke infront of the pc i'd smoke that many too
<6> damn i wish i could
<7> lol
<8> same here lol
<8> last company i worked i smoke 2 packs a day
<8> now , 1 or less
<8> cuz i cant smoke infront of pc
<8> lol
<9> hi all
<9> i have some problem with vb
<9> who can help me
<9> please
<7> try saying the problem
<7> we can't guess it..
<9> ok
<9> like this
<9> i have finish to build an aplication about inventory aplication
<9> now i dont know how to make an installer for my aplication??
<9> can any bod hlp me
<4> inno
<7> next time
<7> just com and say
<7> "how can i make an installer for my application?"
<9> ok
<7> use Package & Deployment Wizard
<7> you get it with vb(6)
<9> sorry this is my first time come to this channel
<4> or inno
<7> inno?
<9> no i use vb dot net
<4> inno
<9> 2005
<7> no idea if you get any installer with it then, Doh_ more know about 2005 than me.
<7> Doh_ - what's inno?
<4> a free installer package
<7> doesn't 2005 get some installer with it?
<4> think so
<4> you could also use inno
<9> visual studio 2005 have an packet instller
<9> but i have trying to use it
<9> after i have trying it my aplication cannot be work properly
<9> its make some error after i run my aplication in exe file
<9> i don't know what's problem in my installer
<9> but i use sql database to build my aplication
<9> sorry the last line its wrong
<9> i use sql 2000 to build my database for that aplication
<9> would i insert in to my packages installer???
<4> sounds like a mouse is living in my PSU
<4> one of the fans is all kinds of ****ed up
<1> they are normally plain case fans
<1> you could prolly solder
<1> one in
<1> blow the dust out whilst your at it ;)
<4> ive got a bunch of spare ones at work
<4> will just gragb one on tuesday :p
<2> hi two bit\
<2> about select max(field)
<2> ur way just can work with single field in second table
<2> Select Person.nama ,Max(RiwayatPangkat.TglTmt) as TMTPangkat from Person inner join RiwayatPangkat
<2> on Person.Id = RiwayatPangkat.IdPerson group by Person.Id,Person.nama
<2> ------>Work
<2> but when i want show a field in second table ( RiwayatPangkat.Pangkat )
<2> Select Person.nama ,RiwayatPangkat.Pangkat,Max(RiwayatPangkat.TglTmt) as TMTPangkat from Person inner join RiwayatPangkat
<2> on Person.Id = RiwayatPangkat.IdPerson group by Person.Id,Person.nama, RiwayatPangkat.Pangkat


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #vb
or
Go to some related logs:

#php
banat masr sex
culear
my husbend porn
#vb
quotes from faana
#chat-world
7 wemon of the world
#india
#php



Home  |  disclaimer  |  contact  |  submit quotes