No announcements
Found 2924627 threads
-
0 Votes
importing XML/ASCII files to SQL database using VB express
idea about the program like first I have to open an sql connection to the sql database,than use data sets,then I think with readxml read the data ...Answered | 4 Replies | 4788 Views | Created by outcast1881 - Thursday, July 20, 2006 8:43 AM | Last reply by Fmzhao - Thursday, November 4, 2010 8:24 AM -
0 Votes
Synching a Dataset to a Database
Server Compact Edition database with a larger SQL Server database. It seems to leave open the question of how the data gets from the ...Answered | 2 Replies | 12995 Views | Created by chuckc3 - Friday, December 4, 2009 3:00 PM | Last reply by Mahesh Dudgikar - Saturday, December 5, 2009 4:28 AM -
0 Votes
Transfer Data from a live database to another through SSIS
Hi! I need to design an SSIS Package that allows to transfer data from an ...Answered | 3 Replies | 3953 Views | Created by aaks - Thursday, October 9, 2008 11:48 PM | Last reply by Ashwani Roy - Friday, October 10, 2008 9:07 AM -
0 Votes
Transfer data from one database to another
Please take a look at this post : http://blog.sqlauthority.comAnswered | 2 Replies | 5256 Views | Created by jobinelv - Thursday, November 12, 2009 6:09 PM | Last reply by Raj Kasi - MSFT - Thursday, November 12, 2009 7:31 PM -
0 Votes
Optimizing data transfer and storage when updating a database using DbAdapter
retrieve all data from TableName and place it in DataSet (if using the standard "SELECT * FROM TableName" command). That is what I want ...Answered | 5 Replies | 3188 Views | Created by Kamen - Friday, August 18, 2006 4:16 PM | Last reply by Kamen - Friday, August 18, 2006 7:22 PM -
0 Votes
How to transfer data from a SqlServer database to a SqlServer Express database
Copy the database as above. When you're ready to push an update, copy all your production data into the updated database and then replace the old ...Answered | 6 Replies | 11502 Views | Created by Henk vd Geld - Wednesday, March 29, 2006 8:00 PM | Last reply by PaulRay - Sunday, April 2, 2006 12:00 PM -
1 Votes
Update Database from Dataset / Datagrid
correctly. In my application i'm currently using the dataset/datatables to make changes to the data without the need to ...Answered | 8 Replies | 28312 Views | Created by dazjack - Monday, September 18, 2006 3:57 PM | Last reply by SuperTeagz - Friday, September 16, 2011 2:59 PM -
0 Votes
best way to refresh data from database using dataset
way to synchronize the data (using dataset) automatically after each action (add, update and delete) in the database ? Knowing that the user can ...Answered | 2 Replies | 994 Views | Created by MohanedAmine - Thursday, April 18, 2019 12:16 PM | Last reply by MohanedAmine - Friday, April 19, 2019 9:06 AM -
2 Votes
Data transfer from one database to another
DTS, if you're using SQL Server 2000. Otherwise, it sounds like you'd be interested in the the data comparison abilities of Visual Studio ...Answered | 2 Replies | 9061 Views | Created by Aaron_1234 - Wednesday, June 6, 2007 6:48 PM | Last reply by Arnie Rowland - Wednesday, June 6, 2007 11:56 PM -
0 Votes
transfer data from a database to another using a stored procedure
I need to transfer data from a database to another using a stored procedure in a C# application. I have ...Answered | 10 Replies | 13830 Views | Created by ucsel - Monday, November 1, 2010 6:25 PM | Last reply by Naomi N - Monday, January 28, 2019 5:26 PM -
2 Votes
How to update a database from dataset with tableadapter?
First thing I would check is to make sure that you're updating the correct database. See the following (#2):Answered | 2 Replies | 2591 Views | Created by PonyJohn - Tuesday, December 8, 2009 10:07 AM | Last reply by Paul P Clement IV - Tuesday, December 8, 2009 2:21 PM -
1 Votes
How to Update a Database using DatarowView?
Hello, I use Typed Dataset and Select data bu using view to my dataset. There is no problem getting data properly. On the other hand for ...Answered | 3 Replies | 5039 Views | Created by David Jahnsen - Tuesday, January 19, 2010 2:27 PM | Last reply by Jing0 - Tuesday, January 26, 2010 8:04 AM -
0 Votes
Transfer data from one database to another
Generate scripts Using wizard you can select objects from your database ("script entire database and allAnswered | 4 Replies | 860 Views | Created by nikijain - Tuesday, May 5, 2015 6:21 AM | Last reply by Shanky_621 - Tuesday, May 5, 2015 7:40 AM -
0 Votes
Getting data from a DataSet
Hi, First off all, i'm a newbie to Winforms :) I have created a DataSet with data from my DB and ...Answered | 2 Replies | 3611 Views | Created by DonBonx - Friday, January 8, 2010 8:31 PM | Last reply by Aland Li - Tuesday, January 12, 2010 5:55 AM -
0 Votes
Update a database from a dataset doesn't work
i made a instaler and installed the app in the device and everything work's fine, i mean the update made to the database, directly in the ...Answered | 6 Replies | 4279 Views | Created by Daniel Cabanas Leon - Monday, August 4, 2008 5:15 PM | Last reply by Daniel Cabanas Leon - Monday, August 11, 2008 7:02 PM -
0 Votes
Transfer of data from label to database
Hi, im a beginner in programming I have a problem with the system im doing I need to be able to transfer the text of my label1 to the specific ...Answered | 7 Replies | 3156 Views | Created by nyekzz - Wednesday, July 16, 2008 11:17 AM | Last reply by Xingwei Hu - Friday, July 25, 2008 2:13 AM -
0 Votes
Transfer data to Azure from foreign database outside azure.
Is it free to transfer data from foreign database outside azure to azure sql database? bleetmaaAnswered | 1 Replies | 732 Views | Created by bleetmaa - Friday, December 5, 2014 8:10 AM | Last reply by Mekh Subba - Friday, December 5, 2014 9:13 AM -
3 Votes
Using SQLPackage.exe to update a database / dac?
. I deploy the dac to the database using sqlpackage publish action. I then do the same command and get the drift error. I see that the dac was ...Answered | 8 Replies | 11015 Views | Created by Markus Pöhler - Friday, October 19, 2012 2:10 PM | Last reply by Markus Pöhler - Tuesday, January 8, 2013 9:21 AM -
0 Votes
From DataSet to my database
Well i have a DataSet which displays the contents of my data base what i want to do is after i delete some rows from ...Answered | 1 Replies | 3353 Views | Created by aboutera247 - Tuesday, May 6, 2008 1:14 PM | Last reply by Bronumski - Tuesday, May 6, 2008 1:52 PM -
0 Votes
Unable to update using a data adapter
you're using to modify your dataset and the code that you use to update it. Mights also want to include the insert, update and ...Answered | 1 Replies | 2918 Views | Created by SandepKU - Tuesday, June 30, 2009 10:18 AM | Last reply by CoolDadTx - Tuesday, June 30, 2009 1:13 PM
No announcements