|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Ole db Command..Parameters.Add(New OleDbParameter("@cocode", OleDbType.VarChar, 10,
UserName)) (A).CommandText = "select 'loginid' from 'coinfo' where 'loginid' = ? " (B).CommandText = "select loginid from coinfo where loginid = @cocode " When statment(B) executed, "missing operand" occurs. However, when I change into statmnet(A) , Everythings go fines, WHY ? Please help . I am using vs.2005 & vfp database Agnes,
Are you throwing in questions about this problem everytime new in this newsgroup before reading the ones you have stated some short time before that? At least I get the idea about that Cor Show quoteHide quote "Agnes" <ag***@dynamictech.com.hk> schreef in bericht news:ubSvFVzyGHA.2640@TK2MSFTNGP06.phx.gbl... > .Parameters.Add(New OleDbParameter("@cocode", OleDbType.VarChar, 10, > UserName)) > (A).CommandText = "select 'loginid' from 'coinfo' where 'loginid' = ? " > (B).CommandText = "select loginid from coinfo where loginid = @cocode " > > When statment(B) executed, "missing operand" occurs. > However, when I change into statmnet(A) , Everythings go fines, WHY ? > Please help . I am using vs.2005 & vfp database > > > > > > Please see my reply to your earlier thread. It's preferable to keep the
whole issue in one thread. -- Show quoteHide quoteCindy Winegarden MCSD, Microsoft Most Valuable Professional ci***@cindywinegarden.com "Agnes" <ag***@dynamictech.com.hk> wrote in message news:ubSvFVzyGHA.2640@TK2MSFTNGP06.phx.gbl... > .Parameters.Add(New OleDbParameter("@cocode", OleDbType.VarChar, 10, > UserName)) > (A).CommandText = "select 'loginid' from 'coinfo' where 'loginid' = ? " > (B).CommandText = "select loginid from coinfo where loginid = @cocode " > > When statment(B) executed, "missing operand" occurs. > However, when I change into statmnet(A) , Everythings go fines, WHY ? > Please help . I am using vs.2005 & vfp database
Unicode conversion
Net.WebRequest - Close Connection Resource and Time consuming stuff Virtual desktop makes .NET modal dialog panels disappear Please explain the difference between close, dispose, = nothing on sqlClient. Returning an array from a function? Visual Studio beginner questions MAking a bound form from a query GDI Handle leak when adding a simple Textbox First Report in VB2005 - Print Preview |
|||||||||||||||||||||||