Computers & Internet Logo

Related Topics:

Posted on Mar 19, 2008

Howto load data to datagrid using visual basic 2005 and sql 200

I want to load data into datagrid
like
where
first column contains combo box where it should repeat every row

2 Answers

Anonymous

Level 1:

An expert who has achieved level 1.

  • Contributor 2 Answers
  • Posted on Mar 19, 2008
Anonymous
Contributor
Level 1:

An expert who has achieved level 1.

Joined: Mar 18, 2008
Answers
2
Questions
1
Helped
365
Points
4

May I suggest providing us with the programming language enviroment, which you're using, as in, Visual Basic or something, that way, I think it would be easier for the experts to give you an answer.

Here is a helpful link about Databases, but it's for Visual Basic Express Edition 2008
http://msdn2.microsoft.com/en-gb/express/aa718391.aspx


The best of luck with your project.

xiaoyuandlg

Level 1:

An expert who has achieved level 1.

New Friend:

An expert that has 1 follower.

Corporal:

An expert that hasĀ over 10 points.

Problem Solver:

An expert who has answered 5 questions.

  • Contributor 17 Answers
  • Posted on May 08, 2014
xiaoyuandlg
Contributor
Level 1:

An expert who has achieved level 1.

New Friend:

An expert that has 1 follower.

Corporal:

An expert that hasĀ over 10 points.

Problem Solver:

An expert who has answered 5 questions.

Joined: Jan 16, 2014
Answers
17
Questions
0
Helped
4250
Points
17

I happen to get a tutorial of Data Grid Controls , you may take it as a good reference.

Ad

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
4answers

Is it good idea to repair sql file?

Bulk Logged will not help you in this situation. Your transaction log is growing because you are performing large transactions. In simple mode, the log is truncated after a checkpoint.
Check these site: http://www.sql.recoverytoolbox.com/ & download demo Recovery Toolbox for SQL Server.
Depending on how you are loading your data, you may need to break it up into smaller chunks. Make sure you are not loading all the data in one large transaction.
Read more: http://www.filerepairforum.com/forum/microsoft/microsoft-aa/sql-server/380-is-it-good-idea-to-change-simple-recover-model-into-bulk-logged-on-etl-system
0helpful
1answer

What is sql condition in visual basic?

sql is used for databases. Something like sql server, oracle, or access uses sql. It is a group of tables configured to reference eachother, so if you are programming in visual basic, you are trying to reference something on your sql server.
1helpful
3answers

Visual Basic and SQL

Hi,

Visual Basic 6.0 and MS Sql server 7 or 2000 are highly compatible with each other. VB.net is compatable with sql 2005 which is inbuilt as well.
0helpful
1answer

I am trying to connect to a SQL Server 2005 DB from Visual Studio

You must create an ODBC connection to your SQL database in the Windows Control Panel. Than you can call your ODBC connection via Visual Studio 2005. You can also create a DSN in Visual Studio 2005 and reference in that way. You will not be able to connect to an MDF but instead you have to connect to the SQL Server Service. Of course the username you use to connect must have access that will be created on the SQL server.
0helpful
1answer

How do i use date in visual basic 6

Hi,

I am not getting your problem clearly.
If you are referring to save the input dates as date in database with the help of sql query then you need to provide hash(#) mark at the beginning and end of date values. It will resolve your problem.

Hope this helps and let me know if you are not getting the solution clearly.

Thanks.
0helpful
1answer

Unable to create database from within VWD 2005 Express

try to complete uninstall .net framework and install it again or get the latest copy of .net framework to install 3.5 latest version already available for download
0helpful
4answers

Setting Datagrid runtime in Visual Basic

I think you are missing this at the end:

DataGrid1.DataBind()
0helpful
1answer
1helpful
2answers

How to hide user database in sql 2000 server

you cannot hide data in sql 200 but you can do that in sql 2005
0helpful
1answer

Installing SQL server and VB.NET on VISTA Home Basic

installl SQL SERVER 2005

Vb.net is fine its your sql that will mess things up

BTW visual studio come with an SQL server
Not finding what you are looking for?

311 views

Ask a Question

Usually answered in minutes!

Top Computers & Internet Experts

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

Brad Brown

Level 3 Expert

19187 Answers

Cindy Wells

Level 3 Expert

6688 Answers

Are you a Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...