populating fieldname Programming Software Development by realone …(sql, myConnection) reader = cmd.ExecuteReader() While reader.Read() For Columns = 0 To reader.FieldCount - … messenger problems vista Hardware and Software Microsoft Windows by eddee cmd prompt netsh int tcp set global autotuninglevel=disabled works ok … 192 Error Code Hardware and Software Microsoft Windows by GiddyupGilbert CMD, 192.xxx.xxx.xxx, Network Connections, LAC not connected. I'm doing all the standard troubleshooting and everything looks good. Modem lights are normal, and I'm not going through a router. At the moment I'm a bit perplexed. Anyone with a suggestion will be appreciated. thanks, Giddyup Undefined function 'Convert' in expression Programming Software Development by nav07 cmd = new OleDbCommand("select Convert(varchar(50),Fault_Time),[Level],[Trouble_Source],[Solution],[Ticket_Status],[Close_Date],convert(varchar,Close_Time),[Actual_Cause],[Solution],[Description] from [TT_Record$]", conn); its showing error at runtime :- Undefined function 'Convert' in expression pls suggest........ Re: Undefined function 'Convert' in expression Programming Software Development by nav07 cmd = new OleDbCommand("select [uid],[Ticket_ID],[Name],[Title],CStr(Fault_Date),… Going to new line (sqlcommand class)_ Programming Software Development by castajiz_2 cmd = new SqlCommand ("select beggining_school, end_school FROM Student,student_weekend,Weekend … Unable to debug in visual studio Programming Software Development by sing1006 cmd.CommandText = "UPDATE tbl_System SET S_Name='" & TextBox2.Text &… incorrect syntax near ' ) Programming by hhaannyy cmd = New SqlCommand("INSERT INTO temp_balance ( debit, credit, accname ) SELECT … Re: Inserting data from form into two tables Programming Web Development by Sulaiman_1 ….AddWithValue("@email", txtNewEmail.Text); conn.Open(); cmd.ExecuteNonQuery(); conn.Close(); cmd.CommandText = "INSERT INTO ClientResetPass(Username, SecretQuestion, SecretAnswer) VALUES… Re: while updatetion datetime conversion problem Programming Software Development by tanor cmd.Parameters["@dt"].Value = Convert.ToDateTime(textbox11.Text); OK. Re: Syntax error Statement Programming Software Development by gmmorpheus cmd.executenonquery Re: Help with VisualBasic & SQL!!! Programming Software Development by rm_daniweb cmd.ExecuteNonQuery() do you have cmd.Execute() ? Re: Search,Update, delete data to database Programming Software Development by Sulaiman_1 cmd.CommandText = "INSERT INTO DailyWorkLoadRegister(ID,Age,FullName,Sex,Ward) &… & "','" & Me.txtWard.Text & "')" cmd.ExecuteNonQuery() //the above code confirms the fields Age,FullName,Sex… Re: dxsetu.exe / winsock.scr Hardware and Software Information Security by dlh6213 Cmd.exe is your Command Prompt, do you have any DOS … Re: Encryption And The Decryption Using Vb.Net And Microsoft Sql Server 2012 Programming Software Development by Santanu.Das > cmd.CommandText = "INSERT INTO Login (log_username,log_password) values(values ('" &…; & Txtpassword.Text.Trim() & "' )" It should be cmd.CommandText = "INSERT INTO Login (log_username,log_password) values(@Username,@Password… Re: passing empty string to SqlCommand.Parameter.Add Programming Software Development by baba0880 cmd.Parameters.Add("@key", SqlDbType.Char).Value = IIf(txtKey.Text = String.Empty, DBNull.Value, txtKey.Text) Re: Trouble inserting values to table Programming Software Development by cyberdaemon cmd.Parameters.AddWithValue("vDate", dateTimePicker1.Text); double check this line.. i know u knew what is wrong.. another is cmd.executeNonquery(); is missing.. Re: gridview updation Programming Software Development by shiva07 # cmd.Parameters.Add("@status", SqlDbType.NVarChar, 50).Value = "dispproved"; # use this code Re: How can i save 2 or more item in one field of database Programming Software Development by Santanu.Das > cmd.Parameters.AddWithValue("@item", lvorder.subitem(1).text) 'i …. Here x is the ListViewItem. So your codes would be cmd.Parameters.AddWithValue("@item", x.subitem(1).text) Hope… Re: Update Varbinary(max) column with Null value Programming Software Development by PM312 cmd.CommandText = "UPDATE PDC_CHQ_IN_HAND SET PDF = '" & System.DBNull.Value & "' WHERE RefNo = '" & TxtRefNo.Text & "'" Not working still error is the same. Re: CM D and COMMAN D Hardware and Software Microsoft Windows by caperjack cmd.exe is COMMAND.COM's successor on Windows NT/2000/XP/2003 and OS/2. COMMAND.COM is also available on those systems to provide compatibility when running DOS applications. On NT systems, COMMAND.COM is run within the Virtual DOS Machine. According to this link. [url]http://en.wikipedia.org/wiki/COMMAND.COM[/url] Re: Unable to Update Programming Software Development by pixma cmd = New SqlCommand("update [tbl_Account_charts] set AccountTypeid='" & cmbAccountType.…; & AccountID[COLOR="Red"] & "'[/COLOR], con) cmd.ExecuteNonQuery() Re: having a promble of erroe Programming Software Development by Xiao_1 CMD.Parameters.AddWithValue("@StudAdmin", **Values**) CMD.Parameters.AddWithValue("@TimeIn", **TimeOutValues**) this have error 'Values' is not declared. It may be inaccessible due to its protection level. 'TimeOutValues' is not declared. It may be inaccessible due to its protection level. Re: help me sql syntax Programming Software Development by vijay.soni cmd.CommandText = string.Format("SELECT * FROM TblLogin WHERE Username='{0}' AND Password = '{1}' AND STAFFSTATUS = '{2}'", usr_lgn.Text, pswr_lgn.Text, "ACTIVE"); Re: Help with calling functions with user input Programming Software Development by TrustyTony …() < 2: I would say this at lest if len(cmd) < 2: I would have all functions separate as except… Re: vb6 Clinic system how to display total quantity on textbox Programming Software Development by GhostWolf cmd = "select sum(StockQuantity) as Qty from inventory where MedicineName='" & selectionVariable & "'" open recordset with cmd with recordset txtField.text = CStr(!Qty) .close end with Re: add the user info at vb to access Programming Software Development by Santanu.Das > cmd.Parameters.Add("@DateofBirth", OleDbType.Date).Value = txtbirth.Text … a Date Field? Convert the text type to date type. cmd.Parameters.Add("@DateofBirth", OleDbType.Date).Value = cDate(txtbirth… Re: Flashing ? on startup Hardware and Software macOS by Puckdropper "cmd" or "command" is mac-user speak for "Apple". (The command key is where the PC ALT key is. Option is right next to it, farther away from the space bar.) Re: HEX location Hardware and Software Microsoft Windows by HawkeVIPER cmd c:\> debug [enter key] -d EA00:0000 EA00:0000 7C 07 50 53 51 8B C6 B9-01 00 8B DE F7 06 EC 74 |.PSQ..........t etc - type d and hit enter again to see the next malloc contents Re: hello not sure if this is a router issue or something more heinous Hardware and Software Information Security by ghrantt cmd.exe did work for me, I have had better luck …