No announcements
Found 2890306 threads
-
1 Votes
Update SQL Database from VB.NET
I have a database designed in SQL Server 2008, my database contains a table named “memberships”.Answered | 1 Replies | 3250 Views | Created by Sid Williams - Monday, July 9, 2012 3:26 PM | Last reply by Sean Gallardy - Monday, July 9, 2012 5:21 PM -
1 Votes
SQL Database from VB.NET
Vb.Net programmers, The following are the pointers which can lead for your task, 1.Answered | 1 Replies | 2737 Views | Created by Sid Williams - Thursday, July 26, 2012 9:33 AM | Last reply by Manish_Kaushik - Thursday, July 26, 2012 10:06 AM -
1 Votes
Update SQL Database from VB.NET
Hi VB.NetProgrammer, It is best to use SQL Server Stored Procedures for database interactions.Answered | 3 Replies | 6849 Views | Created by Sid Williams - Wednesday, July 25, 2012 6:36 PM | Last reply by eralper - Thursday, July 26, 2012 6:40 AM -
2 Votes
SQL Database from VB.NET
http://www.w3schools.com/sql/sql_update.asp The UPDATE statement is used to update existing records in a table.Answered | 6 Replies | 2877 Views | Created by Sid Williams - Thursday, July 26, 2012 9:33 AM | Last reply by Xiong Wei, Jin - Thursday, July 26, 2012 4:31 PM -
3 Votes
update sql in vb.net
Hello nqt2812, howtoupdatedatainsqlserverifupdateddatacontainingquotes in addition to Paul's response see this ...Answered | 6 Replies | 1998 Views | Created by nqt2812 - Friday, December 7, 2012 3:51 AM | Last reply by Carmelo La Monica - Friday, December 7, 2012 8:17 PM -
0 Votes
Inserting Records from VB.net into SQL Database
Hi Dan If he/she uses SQL Server 2012 and onwards we can use the below code CREATE PROC dbo.InsertInvoice @invdate ...Answered | 4 Replies | 780 Views | Created by Sid Williams - Monday, August 24, 2015 11:37 AM | Last reply by Uri Dimant - Monday, August 24, 2015 12:45 PM -
0 Votes
problems backup sql server database from vb.net
It's not a SQL Server problem as such - SQL do the backup as expected, but the OS prevent it from accessing the folder where you want to place the ...Answered | 4 Replies | 3384 Views | Created by dcode25 - Friday, November 11, 2011 3:12 AM | Last reply by Steen Schlüter Persson - DK - Monday, November 14, 2011 7:15 AM -
0 Votes
Update SQL Database with VB.Net
Your update query has no where clause that would limit it to a single record, currently your code will simply update the 'id', 'product', and 'entitlement_end_date' value for every ...Answered | 4 Replies | 408 Views | Created by Prabaharan pichaiyan - Wednesday, July 4, 2018 3:55 AM | Last reply by Prabaharan pichaiyan - Monday, July 9, 2018 12:55 AM -
0 Votes
Save Pic on VB.Net with SQL Database
http://www.google.com/search?Answered | 2 Replies | 2449 Views | Created by VBASoft Khaled Eissa - Tuesday, January 3, 2012 8:29 AM | Last reply by - Tuesday, January 3, 2012 12:50 PM -
0 Votes
Create database copies from Vb.net
Option 1, using the SQL Server: The vb.net or any other language can post a query to the server.Answered | 2 Replies | 1157 Views | Created by dcode25 - Monday, March 17, 2014 6:12 PM | Last reply by Chongtham Rajen Singh - Tuesday, March 18, 2014 7:06 AM -
0 Votes
Running MS SQL Scripts to Automatically Update Schema From Development Database to Production Database (VB.NET)
Note: I know SQL server 2012 has been updated with some commands and is a different animal from SQL server 2008 so updating schemas will take ...Answered | 6 Replies | 2262 Views | Created by Patrick Regis - Sunday, December 30, 2012 11:58 PM | Last reply by Patrick Regis - Thursday, January 3, 2013 4:56 AM -
1 Votes
VB.Net - Programatically Update Datatable and TableAdapter for New Sql Database Column
A column of a database table is mostly a very consistent part.Answered | 2 Replies | 4078 Views | Created by PeterScaletti - Wednesday, October 3, 2012 2:59 AM | Last reply by Paul P Clement IV - Wednesday, October 3, 2012 11:57 AM -
2 Votes
Avoid Duplicates in database from VB.NET
0 Then MsgBox("This name already exists") Else command = New SqlCommand(strInsert, con)Answered | 2 Replies | 8338 Views | Created by Sid Williams - Friday, May 24, 2013 8:31 AM | Last reply by Murat Res - Friday, May 24, 2013 11:27 AM -
0 Votes
Connecting SQL server database with VB.net
Please post the code you are using to connect to the database and the exact text of the exception (error) message.Answered | 3 Replies | 849 Views | Created by Sophie1985 - Friday, June 3, 2016 12:09 PM | Last reply by BonnieB - Saturday, June 4, 2016 4:24 PM -
0 Votes
Update records in SQL Server using VB.NET
Hope some of this helps: Check out this page to understand some connection ...Answered | 1 Replies | 2561 Views | Created by Sid Williams - Wednesday, July 25, 2012 6:03 AM | Last reply by Paul Ishak - Wednesday, July 25, 2012 6:29 AM -
0 Votes
update the sql server from resource database
The Resource database makes upgrading to a new version of SQL Server an easier and faster procedure.Answered | 6 Replies | 4993 Views | Created by Ajay.G - Monday, August 9, 2010 7:31 AM | Last reply by SIVAPRASAD S - SIVA - Monday, August 9, 2010 12:43 PM -
3 Votes
Best VB.net method for MS-SQL database access?
\SQLExpress;Database=Northwind;Trusted_Connection=yes;].Answered | 6 Replies | 5683 Views | Created by REDTAIL_CODEGUY - Thursday, September 1, 2011 2:09 PM | Last reply by REDTAIL_CODEGUY - Thursday, September 1, 2011 6:06 PM -
0 Votes
Updating a MS SQL schema through VB.NET
1) http://msdn.microsoft.com/en-us/library/ms162204(v=sql.105).aspx I am not sure that understood the question number 2 Probably select * ...Answered | 2 Replies | 2164 Views | Created by PREGIS - Tuesday, October 30, 2012 8:51 PM | Last reply by Uri Dimant - Wednesday, October 31, 2012 7:52 AM -
0 Votes
VB.net SQLite Database with Password
Hello, When you say the C# code when written in VB.NET doesn't let me, can you elaborate i.e. is it that SetPassword does not appear in the list of available methods?Answered | 4 Replies | 5529 Views | Created by Aaron-King - Friday, October 23, 2015 12:41 AM | Last reply by Paul P Clement IV - Tuesday, October 27, 2015 1:38 PM -
1 Votes
Update data from DatagridView to database using Stored Procedure in vb.net
Yea stupid from me that I forgot to write this.Answered | 7 Replies | 1844 Views | Created by Al Jamal - Friday, July 21, 2017 3:55 AM | Last reply by Al Jamal - Saturday, July 22, 2017 3:42 AM - Items 1 to 20 of 2890306 Next ›
No announcements