Click here to Skip to main content
15,900,110 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionConvert date milady to shamsi in vb6 Pin
seYd106123-Oct-05 19:34
seYd106123-Oct-05 19:34 
AnswerRe: Convert date milady to shamsi in vb6 Pin
Christian Graus23-Oct-05 19:35
protectorChristian Graus23-Oct-05 19:35 
AnswerRe: Convert date milady to shamsi in vb6 Pin
Greeky23-Oct-05 21:49
Greeky23-Oct-05 21:49 
QuestionUnicode problem Pin
ybasha23-Oct-05 17:31
ybasha23-Oct-05 17:31 
AnswerRe: Unicode problem Pin
Gavin Jeffrey24-Oct-05 3:38
Gavin Jeffrey24-Oct-05 3:38 
GeneralRe: Unicode problem Pin
ybasha24-Oct-05 15:57
ybasha24-Oct-05 15:57 
GeneralRe: Unicode problem Pin
Gavin Jeffrey24-Oct-05 23:28
Gavin Jeffrey24-Oct-05 23:28 
GeneralRe: Unicode problem Pin
ybasha25-Oct-05 0:10
ybasha25-Oct-05 0:10 
hey Jeffery,

i try this in my code but some problem in the updated stmt can u help me shoot wht the problem is the compiler thro me error The name Var1 does not exist in the class or namespace of the project....

here is the codesnippet

string strsql;
DataTable dt;
SqlDataAdapter da;


SqlConnection objConn = new SqlConnection("data source=yusuff;user id=sa;password=sa;initial catalog=Heritage");
dt = new DataTable();
strsql = "select * from Articles_production";
da = new SqlDataAdapter(strsql,objConn);
da.Fill(dt);

if(dt.Rows.Count > 0)
{
//foreach (DataRow dr in dt.Rows) //ervy loop
for (int i=0;i
QuestionUnicode problem Pin
ybasha23-Oct-05 17:27
ybasha23-Oct-05 17:27 
QuestionProblems with Strings in Stack Pin
method44623-Oct-05 16:55
method44623-Oct-05 16:55 
AnswerRe: Problems with Strings in Stack Pin
Christian Graus23-Oct-05 17:00
protectorChristian Graus23-Oct-05 17:00 
GeneralRe: Problems with Strings in Stack Pin
method44623-Oct-05 17:11
method44623-Oct-05 17:11 
GeneralRe: Problems with Strings in Stack Pin
Christian Graus23-Oct-05 17:18
protectorChristian Graus23-Oct-05 17:18 
GeneralRe: Problems with Strings in Stack Pin
method44623-Oct-05 17:24
method44623-Oct-05 17:24 
GeneralRe: Problems with Strings in Stack Pin
Christian Graus23-Oct-05 17:28
protectorChristian Graus23-Oct-05 17:28 
GeneralRe: Problems with Strings in Stack Pin
method44623-Oct-05 17:31
method44623-Oct-05 17:31 
GeneralRe: Problems with Strings in Stack Pin
Christian Graus23-Oct-05 17:34
protectorChristian Graus23-Oct-05 17:34 
GeneralRe: Problems with Strings in Stack Pin
method44623-Oct-05 17:46
method44623-Oct-05 17:46 
GeneralRe: Problems with Strings in Stack Pin
Christian Graus23-Oct-05 17:51
protectorChristian Graus23-Oct-05 17:51 
GeneralRe: Problems with Strings in Stack Pin
method44623-Oct-05 18:08
method44623-Oct-05 18:08 
GeneralRe: Problems with Strings in Stack Pin
Christian Graus23-Oct-05 18:12
protectorChristian Graus23-Oct-05 18:12 
GeneralRe: Problems with Strings in Stack Pin
[Marc]24-Oct-05 5:35
[Marc]24-Oct-05 5:35 
GeneralRe: Problems with Strings in Stack Pin
Steve Pullan23-Oct-05 17:19
Steve Pullan23-Oct-05 17:19 
Questionopensource database Pin
Guerven23-Oct-05 15:59
Guerven23-Oct-05 15:59 
AnswerRe: opensource database Pin
Christian Graus23-Oct-05 16:36
protectorChristian Graus23-Oct-05 16:36 

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.