DataGridView: Operand in a column
Mon, 6 Mar 2006 06:01:40 -0800
Suppose I have a DataGridView (VS 2005) (called myDataGridView) which is
bound to a MS Access DataBase, one of the columns is a percentage, it’s
defined as a ‘double’ field in the Access side, as to the DataGridView side,
the column was created using the folowing formatting (I skipped column
naming, data b ...
|
VB.net Ado.net Trying to display data from two different database types
5 Mar 2006 07:51:31 -0800
VB.net Ado.net Trying to display data from two different database
types:
I am new to VB.net. I am trying to pull data from a SQL Server
database and also a Microsoft Access database and display this
information in a datagrid like control.
I can pull from either database separately, but do not see how to
...
|
only test- solo test
Sun, 5 Mar 2006 12:24:42 +0100
...
|
DateTimePicker on datagridView
1 Mar 2006 07:18:01 -0800
Hi all
In table dtTasks there are 3 fields, ID, Name and birthDate.
I fill dtTasks with adapter and bind it like below.
dgview.DataSource = dtTasks;
Code above automatically creates columns and insert rows to
datagridview.
At this point i want to select Birth date from dateTimePicker.
I need a code ...
|
EARN $3,000.00 A DAY. OPEN AN INCOME-DAILY ACCOUNT WITH US
Wed, 1 Mar 2006 02:13:53 -0500
YOU COULD BE EARNING OVER $3K A DAY , $100K A
MONTH.INCOME. CHECK IT OUT. Investment is only $5. 99cents a month.
www.vosar.net http://www.vosar.net
Tel: 775-333-1125
Tel: 416-903-5685
...
|
Visual Studio Query Builder
Mon, 27 Feb 2006 11:39:15 -0800
Hi
Is there any way to use Visual Studio Query Builder in Windows Forms
applications.
I think query builder dialog is in Micosoft.VSDesigner assembly but i dont
know how to use it.
Thank You for your help ...
|
101VB Samples
Sun, 26 Feb 2006 17:58:54 GMT
Hi,
Has anyone ever been able to get the samples from Microsoft (101 VB samples)
to work?
I wanted to try the "CreatingMasterDetails" and this is what i get from the
start:
Invalid column name 'DepartmentID'.
Invalid column name 'BaseRate'.
PLUS....
My AdventureWorks database is corrupt!! No way to o ...
|
|
|
.Net <-> SqlServer admin actions
Sun, 26 Feb 2006 14:21:59 +0100
Hi,
Is it possible in a programmatic way (.Net) to tell the SqlServer 2000 to do
the following things?
1.. Backup the transaction protocol
2.. Restore a database backup
3.. Restore the transaction protocol
This scenario is useful for me to get the database state in case of an error
( ...
|
How to filter a dataset using relationships?
Fri, 24 Feb 2006 15:03:26 -0800
Hi,
I have a dataset that contains 3 related table such as the famous customers
| orders | order details scenario. I need some logic or way so when I filter
the customers table on a specific customer id, the filter is cascaded down to
the children tables through the relationships and a new dataset with t ...
|
MSDataSetGenerator Failed
Thu, 23 Feb 2006 07:40:47 -0900
In a Windows Forms project (c#, VS2003) I have a dataSet problem I don't
understand. Opening the project, this error displays in the VS Task List
area ...
"The custom tool 'MSDataSetGenerator' failed while processing the file
'dsMain.xsd."
In the VS Solution Explorer I have three dataSet files ...
+ ...
|