No announcements
Found 2985046 threads
-
0 Votes
Database Failures
search-engine-qa-26-myths-around-causing-corruption/ http://www.sqlskills.com/blogs/paul/how-to-tell-if-the-io-subsystem-is-causing ...Answered | 3 Replies | 927 Views | Created by bhagee - Friday, November 28, 2014 12:26 PM | Last reply by Alberto Morillo - Friday, November 28, 2014 1:57 PM -
0 Votes
Call form from another
In OOP Form2 should stand alone from its instantiator.Answered | 7 Replies | 3284 Views | Created by Jessie123 - Wednesday, September 10, 2008 9:48 AM | Last reply by Jessie123 - Thursday, September 11, 2008 6:35 AM -
4 Votes
Copy table from one database to another database
if you have the proper credentials to access both databases, maybe you can take the help of sql server export/ import wizard, this will be a manual process, yet you can put ...Answered | 7 Replies | 3262 Views | Created by Tsaliki - Wednesday, October 10, 2012 6:00 AM | Last reply by Ivan Radchenko - Wednesday, October 10, 2012 7:59 AM -
0 Votes
Tool - Import from file to database table
Reading and Writing BLOB Data to Microsoft SQL or Oracle ...Answered | 1 Replies | 5508 Views | Created by SGeek - Tuesday, May 24, 2011 5:11 PM | Last reply by Neddy Ren - Thursday, May 26, 2011 7:17 AM -
1 Votes
Updating DatagridView From another Form
Hi Saadie, I think you must reload your database after update to make sure your dgv will be updated.Answered | 6 Replies | 13644 Views | Created by Saadia Khan - Monday, November 21, 2011 1:06 PM | Last reply by Dummy yoyo - Monday, December 5, 2011 2:53 AM -
0 Votes
Copy or Import database from SQL 2008 R2 to SQl 2008
1.Script out all objects (2008r2 db ) 2.Create new database and run the above object script on created database(2008 db ) 3.disable all ...Answered | 15 Replies | 1937 Views | Created by Rahul81 - Monday, April 14, 2014 10:22 AM | Last reply by Vanchan - Tuesday, April 15, 2014 12:15 PM -
1 Votes
Probem with External Import (Forms, etc.)
I use sandboxes to maintain my A2007 FE database.Answered | 2 Replies | 826 Views | Created by JimS-Indy - Thursday, May 9, 2013 7:43 PM | Last reply by JimS-Indy - Thursday, May 9, 2013 9:21 PM -
0 Votes
Error import database from Excel to SQL server
...Answered | 2 Replies | 1745 Views | Created by luis_galvan17 - Tuesday, March 29, 2016 3:37 PM | Last reply by Lydia Zhang - Wednesday, March 30, 2016 6:01 AM -
2 Votes
Call a Sub from another Form.
How can I Call a Subroutine on one Form from another Form.Answered | 5 Replies | 8234 Views | Created by VB Novice Hendri - Thursday, June 22, 2017 10:29 PM | Last reply by Cor Ligthert - Thursday, June 22, 2017 11:06 PM -
3 Votes
Adding information from another form
Ok, if it is used as a form sometimes, the same applies really...Answered | 3 Replies | 3429 Views | Created by Ishtiak - Friday, May 27, 2011 10:41 AM | Last reply by FthrJACK - Friday, May 27, 2011 12:36 PM -
0 Votes
import failure
when I try to import into sql 2008 integration services, I get the following error.Answered | 1 Replies | 930 Views | Created by sqlguy10 - Wednesday, February 19, 2014 9:09 PM | Last reply by ArthurZ - Wednesday, February 19, 2014 9:16 PM -
0 Votes
Importing a database
Hello, The easist way to import data into SQL Server database is to use Import/Export wizard.Answered | 1 Replies | 4898 Views | Created by dcsa4 - Monday, May 24, 2010 2:21 PM | Last reply by Miloslav Peterka - Monday, May 24, 2010 3:27 PM -
0 Votes
Retrieve Variable from Another Form
You could also create an additional public property for the Access form.Answered | 2 Replies | 2425 Views | Created by charliegp - Monday, November 21, 2011 4:29 AM | Last reply by EJWilliams - Monday, November 21, 2011 6:08 PM -
0 Votes
Move table from one database to another
Here are few approaches you may use depending on your case; 1) You may create a DTS Package , define the Source and Destination Connection(s) and identify the ...Answered | 3 Replies | 4618 Views | Created by banty1 - Thursday, July 7, 2011 1:58 PM | Last reply by Kalman Toth - Tuesday, July 12, 2011 11:39 PM -
0 Votes
Import Data from one Database to Other
Can you run a row count on destination database with nolock option and verify if it has inserted any records yet?Answered | 2 Replies | 1969 Views | Created by Sandeep Prajapati - Friday, August 17, 2012 6:01 AM | Last reply by Sunil Gure - Friday, August 17, 2012 6:09 AM -
0 Votes
Acessing textbox form from another form
You could add a property to Form1 that exposes the TextBox: public partial class Form1 : Form { public Form1() { ...Answered | 3 Replies | 517 Views | Created by nissignt - Wednesday, June 8, 2016 10:02 AM | Last reply by Magnus (MM8) - Wednesday, June 8, 2016 6:42 PM -
2 Votes
moving database from one server to another
C) Is the fastest way, but during you move it, the database isn't available.Answered | 1 Replies | 9483 Views | Created by psingla - Tuesday, March 16, 2010 11:06 AM | Last reply by Olaf Helper - Tuesday, March 16, 2010 11:48 AM -
0 Votes
How to Requery/Refresh a Datagrid bounded on a form FROM another form
Its not about reuse of Refresh button you have to fill up Datagridview again from database to get the latest data so instead of repeating whole ...Answered | 9 Replies | 2181 Views | Created by Constantin83 - Monday, March 17, 2014 2:32 PM | Last reply by Ashish Pandey - Tuesday, March 18, 2014 12:37 PM -
2 Votes
Transfer a form from one project to another?
However it DOESN'T recognize them as a Windows Form definition and just places them there as regular old vb source files.Answered | 5 Replies | 7377 Views | Created by Rehabilitated - Sunday, May 10, 2009 10:19 PM | Last reply by IgorTheTerrible - Tuesday, September 8, 2009 10:16 AM -
1 Votes
Close one form from another
Just call it as a normal form.Answered | 4 Replies | 1419 Views | Created by AndyMazak - Sunday, October 28, 2012 6:36 PM | Last reply by Rudedog2 - Sunday, October 28, 2012 8:49 PM
No announcements