Click here to Skip to main content
16,005,491 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Deployment of A program in VB.Net Pin
Christian Graus27-Sep-06 21:20
protectorChristian Graus27-Sep-06 21:20 
AnswerRe: Data command problem vb6 Pin
MohammadAmiry27-Sep-06 19:41
MohammadAmiry27-Sep-06 19:41 
GeneralRe: Data command problem vb6 Pin
Christian Graus27-Sep-06 19:48
protectorChristian Graus27-Sep-06 19:48 
GeneralRe: Data command problem vb6 Pin
Christian Graus27-Sep-06 21:14
protectorChristian Graus27-Sep-06 21:14 
GeneralRe: Data command problem vb6 Pin
Christian Graus27-Sep-06 22:05
protectorChristian Graus27-Sep-06 22:05 
GeneralRe: Data command problem vb6 Pin
Christian Graus27-Sep-06 23:27
protectorChristian Graus27-Sep-06 23:27 
AnswerRe: y cant add parameter in data enviroment command??? Pin
Christian Graus27-Sep-06 16:35
protectorChristian Graus27-Sep-06 16:35 
GeneralRe: y cant add parameter in data enviroment command??? Pin
Christian Graus27-Sep-06 17:51
protectorChristian Graus27-Sep-06 17:51 
campbells wrote:
but~sure i cant put it like that cause the data command SQL will not regonize wat it the cfrom and cto variable


If you're just creating SQL, remember you're creating a static string, it's not going to be parsed. You need to make sure you're passing in the VALUE of your variable, and not it's name

s = s & " where bizdate<=" & cfrom & " and bizdate >= " & cto


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

GeneralRe: y cant add parameter in data enviroment command??? Pin
Christian Graus27-Sep-06 18:27
protectorChristian Graus27-Sep-06 18:27 
Questionproblem accessing com+ object using ASP. Pin
ntwlord27-Sep-06 9:35
ntwlord27-Sep-06 9:35 
AnswerRe: problem accessing com+ object using ASP. Pin
Dave Kreskowiak27-Sep-06 12:54
mveDave Kreskowiak27-Sep-06 12:54 
GeneralRe: problem accessing com+ object using ASP. Pin
ntwlord29-Sep-06 8:12
ntwlord29-Sep-06 8:12 
Question[.net] Rich Text Box Font Size Pin
bamnet27-Sep-06 9:30
bamnet27-Sep-06 9:30 
AnswerRe: [.net] Rich Text Box Font Size Pin
EvoFreak27-Sep-06 9:57
EvoFreak27-Sep-06 9:57 
GeneralRe: [.net] Rich Text Box Font Size Pin
bamnet27-Sep-06 10:11
bamnet27-Sep-06 10:11 
GeneralRe: [.net] Rich Text Box Font Size Pin
[Marc]27-Sep-06 12:25
[Marc]27-Sep-06 12:25 
GeneralRe: [.net] Rich Text Box Font Size Pin
bamnet27-Sep-06 12:46
bamnet27-Sep-06 12:46 
GeneralRe: [.net] Rich Text Box Font Size Pin
Dave Kreskowiak27-Sep-06 12:59
mveDave Kreskowiak27-Sep-06 12:59 
GeneralRe: [.net] Rich Text Box Font Size Pin
[Marc]27-Sep-06 12:59
[Marc]27-Sep-06 12:59 
GeneralRe: [.net] Rich Text Box Font Size Pin
Dave Kreskowiak27-Sep-06 13:41
mveDave Kreskowiak27-Sep-06 13:41 
GeneralRe: [.net] Rich Text Box Font Size Pin
bamnet27-Sep-06 14:53
bamnet27-Sep-06 14:53 
GeneralRe: [.net] Rich Text Box Font Size Pin
Dave Kreskowiak27-Sep-06 17:26
mveDave Kreskowiak27-Sep-06 17:26 
QuestionChange backcolor of column in datagridview Pin
rajkaty27-Sep-06 5:40
rajkaty27-Sep-06 5:40 
AnswerRe: Change backcolor of column in datagridview Pin
Dave Kreskowiak27-Sep-06 8:36
mveDave Kreskowiak27-Sep-06 8:36 
GeneralRe: Change backcolor of column in datagridview Pin
rajkaty28-Sep-06 9:43
rajkaty28-Sep-06 9:43 

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.