How can i show progress bar status when data adding to datagridview.
Asked By vaibhav
06-Sep-10 01:35 AM
Hi ,
i have datagridview in Windows Form, & a want to retrieve data in to datagridview from database. so, i want to use progerss bar which will show progress of adding records in to datagridview. bar must started on staring dataaccess & must stop on data is finished...Thanks
re: How can i show progress bar status when data adding to datagridview.
Peter Bromberg replied to vaibhav
06-Sep-10 08:02 AM
It's not that simple. Unless your data access code is firing progress events that can be subscribed to, there is no way to display an accurate progress indicator. You could try showing an animated gif which can be turned off when all the data is available.
re: How can i show progress bar status when data adding to datagridview.
vaibhav replied to Peter Bromberg
06-Sep-10 09:27 AM
Sir, Thanks for reply.
Actually, I got little bit solution, i.e. when i call showall() function messagebox appears for telling to hold patience,
after that data is added to datagridview, i m showing messagebox that shows 'data is loaded' & then instantly progress bar get starts & ends. So i want to start the progress bar, which will start when messagebox for patience will started & end will second data is loaded..
So if u suggest any code then i will thankful....
re: How can i show progress bar status when data adding to datagridview.
shravan kumar replied to vaibhav
06-Sep-10 09:28 AM
Using Thread and assign to progress bar control
re: How can i show progress bar status when data adding to datagridview.
vaibhav replied to shravan kumar
06-Sep-10 09:30 AM
please send me any code, which will satisfy my query....Thanks


Creation of database query Hi , How to create database in oracle 9i, with example. i am need of query i used create database DMS it is throwing error as insufficient privileges Thanks, shanti is the initialization parameter file used to create the mynewdb database. Sample Initialization Parameter File # Cache and I / O DB_BLOCK_SIZE = 4096 server.920 / a96521 / create.htm Hi, Creating an Oracle 9i database from the command line only This article is the successor to Creating an Oracle database on NT from the command line only. This article's fact, that no GUI tool is needed to create a database. For Unix users, the command line is their shell while run and then enter cmd and press enter. Creating a database consists basically of the following steps: * Creating the database's datafiles, its controlfiles and its online redo log files dictionary * Specifying the character set for textual data in the database * Setting the database time zone All these steps are executed
Need Help. . .about access database crossing intranet. My project is Pc-Pc based karaoke system parts. I have a host which posses of songs and database. And a client with GUI to connect to the host, access the database and then play the karaoke songs. What I had done I do an sql statement to access to my host database, and then obtain the directory of the songs and play be C: \ abc \ def.wmv Now, host has a mysql database which contain those songs details such as song's name singer's name. So it should be connect to the database from the host and retrieve back to show in the to play at the client side. Alrighty, things are a bit simpler now. When you say "connection" to the host PC resources, and you can use simple SQL syntax against your database to query based off of name, genre, artist, etc. Ultimately dunno how to write the codes that client access the database over the network. Issit the when the host start the server, it straight open the database and wait for listening or when the client requesting only
tasking? (B) What is Multi-threading? (B) What is a Thread? (B) Did VB6 support multi-threading? (B)Can we have operator do in background? (A) How can you reference current thread of the method? (I) what is Thread.Sleep () in threading? (A) How can we make a thread sleep for infinite period? (A) What is Suspend and Resume Threading? (A) What the way to stop a long running thread? (A) How do I debug thread? (A) What is Thread.Join () in threading? (A) What are Daemon threads and how can a thread be created as Daemon? (A) How is shared data managed threading? (A) How can we know a state of a thread? (A) What is use of Interlocked class ? (A) What is avoid deadlock in threading? (B) What is the difference between thread and process? Chapter 4: Remoting and Webservices (B)What is
what are the procedure to remote mysql database with c#.net hai. . sir / madam. . what are the procedure to connect remote(online) mysql database with c#.net. thank you. . You will have to code the connection manually to connect to a remote MySQL database using Visual C# 2008 Express Edition. VS 2008 Express (and can make a ConnectionString to connect to the remote MySQL Database. The MySQL .Net Provider can be found here A similar question was asked in thread 396593 here Hi, you can do it like below Step1 that you know how to connect to and query a database, you'll need the following: • The ADO.NET provider for a SQL Server box, except the class names are a bit different and some minor SQL dialect is also different. Of you don't already know how to connect to a database, you'll need to start a bit slower. I'd recommend you Google yourself a basic data threads / 140526 http: / / stackoverflow.com / questions / 576573 / connecting-remote-mysql-database-using-c-net Hi Here is an example for doing
Can we use oracle database along with sharepoint Hi Experts, Can we use oracle database along with sharepoint, if not please suggest other way round office.microsoft.com / en-us / sharepoint-designer-help / add-a-database-as-a-data-source-HA010100908.aspx hi vijay Using BDC Data Catalog) webpart sharpoint can be connect to the Oracle database. here are some link on this http: / / knowledgemanagement.ittoolbox.com groups / technical-functional / sharepoint-l / re-connect-with-the-oracle-database-using-the-data-view-web-part-in-sharepoint-2007-2104148 http: / / forums.msdn.microsoft.com / en-US / sharepointcustomization / thread / f2b97973-59db-4484-9c0b-42d3b54161d7 / Hope this will help you application (for example SharePoint 2010) you should have installed: Oracle Database 11 g Release 2 Client (11.2.0.1.0 it can be found here http: / / www.oracle.com / technetwork / database / enterprise-edition / downloads / 112010-win64soft-094461.html ) If you are application (for example VisualStudio 2010) you should have installed: Oracle Database 11 g Release 2 Client (11.2.0.1.0) for Microsoft Windows (32-bit) (it can be found here http: / / www.oracle.com / technetwork
how to export the table of sqlserver to ms access database Hello sir, i have one table as purchaseOrder in sql 1]; i want same table same data into my access database i create one database as pra.mdb i want move purchaseOrder table of my have taken two con. object for connecting with 2 sdf database . and also i have taken two dataset ds1 and ds2, which will hold value from different database. here I have read data from ds2 and then append using update() method of dataadapter, i have inserted data into database. try this code- string stConnection1 = "constring1"; string stConnection2 = "constring2"; OleDBConnection a couple of scripts that you run against the master database from C# using the regular connection objects ( SqlConnection , etc). There http: / / blog.sqlauthority.com / 2007 / 02 / 25 / sql-server-restore-database-backup-using-sql-script-t-sql / To backup: http: / / msdn is a tutorial covering these: http: / / www.codeproject.com / KB / database / SQL_Server_2005_Database.aspx Quickest way would be to connect to the following to get the syntax; For Backup Syntax; tsql backup database msdn For Restore Syntax; tsql restore database msdn There are
HTML • Preview Post Options This option will split a single thread into a new thread at the specified post. Please include a subject for the new thread, a reason for the split and choose the forum where the new thread should be created. Note: any posts split will lose Proposed or Answered state. This option will merge the currently selected thread into a target thread. Note: Answers and Proposed Answers will be removed after moving and this action cannot be undone. Please enter the thread ID to merge to. The thread ID is the portion of the URL after / thread / which looks something like this: 8138b571-18b6-475a-85d0-63423e506875 This option allows the user to change the thread type. Note: changing the thread type will remove any Answers
Remote Database Backup Hi guys. I have been tasked with creating a database backup solution, which sends core data to an offsite location flaky WAN. Problems like finding you cannot restore because one bit out of billions got flipped during transmission. Instead make SQL net, then here is way http: / / www.codeproject.com / KB / database / BackupUtility.aspx thank you end of post You can try SQL DMO as expalined here Or even look at Microsoft Database Publishing Wizard. It can be downloaded from here . I have eggheadcafe.com / community / aspnet / 66 / 10120086 / inconsistency-in-internet.aspx thread. Thanks. Create New Account