Click here to Skip to main content
15,914,010 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: data set vs data reader Pin
Vimalsoft(Pty) Ltd30-Sep-07 20:15
professionalVimalsoft(Pty) Ltd30-Sep-07 20:15 
Questionupdation of o/p of sql query execution Pin
nilam1130-Sep-07 2:32
nilam1130-Sep-07 2:32 
AnswerRe: updation of o/p of sql query execution Pin
Colin Angus Mackay30-Sep-07 2:55
Colin Angus Mackay30-Sep-07 2:55 
GeneralRe: updation of o/p of sql query execution Pin
nilam1130-Sep-07 2:59
nilam1130-Sep-07 2:59 
GeneralRe: updation of o/p of sql query execution Pin
Colin Angus Mackay30-Sep-07 3:04
Colin Angus Mackay30-Sep-07 3:04 
Questioncrystal report problem Pin
magedhv30-Sep-07 2:22
magedhv30-Sep-07 2:22 
AnswerRe: crystal report problem Pin
Indrora30-Sep-07 7:42
Indrora30-Sep-07 7:42 
GeneralRe: crystal report problem Pin
magedhv30-Sep-07 23:15
magedhv30-Sep-07 23:15 
thanks so much for ur help
but iam beginner so i would like to see an example because i can't get all ur reply
any way i will give one of my sql statement but u have to know that each sql statement is different from the other
here is the example


<br />
<br />
        Dim s As String<br />
        Call conn()<br />
        ''''''''''''''''''''''''''''<br />
        s = "drop view sanad1"<br />
        cmd.CommandText = s<br />
        dr = cmd.ExecuteReader()<br />
        dr.Close()<br />
        '''''''''''''''''''''''''''''''''''''''<br />
        s = "create view sanad1 as select number from sanad where number = '" + TextBox97.Text + "' "<br />
        cmd.CommandText = s<br />
        dr = cmd.ExecuteReader<br />
        dr.Close()<br />
        s = 0<br />
<br />
        ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''<br />
        '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''<br />
        Call conn()<br />
        ''''''''''''''''''''''''''''<br />
        s = "drop view sanad2"<br />
        cmd.CommandText = s<br />
        dr = cmd.ExecuteReader()<br />
        dr.Close()<br />
        '''''''''''''''''''''''''''''''''''''''<br />
        s = "create view sanad2 as select topic from sanad where number = '" + TextBox97.Text + "' "<br />
        cmd.CommandText = s<br />
        dr = cmd.ExecuteReader<br />
        dr.Close()<br />
        s = 0<br />


so please tell me what should i do practicaly
thanks so much
QuestionVB Login Form connect to a DB Pin
Brad^30-Sep-07 1:49
Brad^30-Sep-07 1:49 
AnswerRe: VB Login Form connect to a DB Pin
Paul Conrad30-Sep-07 13:38
professionalPaul Conrad30-Sep-07 13:38 
QuestionLicence Key generation Pin
moorthyuk29-Sep-07 23:00
moorthyuk29-Sep-07 23:00 
AnswerRe: Licence Key generation Pin
Christian Graus29-Sep-07 23:11
protectorChristian Graus29-Sep-07 23:11 
QuestionLicense Key Generation Pin
moorthyuk29-Sep-07 22:56
moorthyuk29-Sep-07 22:56 
AnswerRe: License Key Generation Pin
Paul Conrad30-Sep-07 13:39
professionalPaul Conrad30-Sep-07 13:39 
QuestionRandom Access File Pin
AAGTHosting29-Sep-07 18:45
AAGTHosting29-Sep-07 18:45 
AnswerRe: Random Access File Pin
ESTAN30-Sep-07 0:55
ESTAN30-Sep-07 0:55 
QuestionVB code Pin
fgarcia9029-Sep-07 12:30
fgarcia9029-Sep-07 12:30 
AnswerRe: VB code Pin
Dave Kreskowiak29-Sep-07 12:47
mveDave Kreskowiak29-Sep-07 12:47 
GeneralRe: VB code Pin
Paul Conrad29-Sep-07 13:04
professionalPaul Conrad29-Sep-07 13:04 
AnswerRe: VB code Pin
Christian Graus29-Sep-07 14:15
protectorChristian Graus29-Sep-07 14:15 
AnswerRe: VB code Pin
Indrora30-Sep-07 7:33
Indrora30-Sep-07 7:33 
QuestionIs there a way out? Pin
twsted f829-Sep-07 11:12
twsted f829-Sep-07 11:12 
AnswerRe: Is there a way out? Pin
Dave Kreskowiak29-Sep-07 11:51
mveDave Kreskowiak29-Sep-07 11:51 
GeneralRe: Is there a way out? Pin
twsted f829-Sep-07 11:59
twsted f829-Sep-07 11:59 
GeneralRe: Is there a way out? Pin
Dave Kreskowiak29-Sep-07 12:45
mveDave Kreskowiak29-Sep-07 12:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.