Hi!
Need some help to explain the difference between a HashTable and a Dictionary.
http://www.experts-exchange.com/Microsoft/Development/.NET/Q_23333621.html
Hi!
I need help with this,
I have 3 tables, t1,t2, and t3
In t1 I have the fields: "ID" and "Zone"
Int t2 I got: "ID"
In t3 I got: "Zone" and "ZoneDate"
I need to get the zones from t1 bu...
http://www.experts-exchange.com/Microsoft/Development/.NET/Q_23336554.html
Hi
I need help with a login from.
When my application opens I need to open a login from. The application needs to show in the backgound.
If cancel is pressed the the application should close...
http://www.experts-exchange.com/Microsoft/Development/.NET/Q_23337642.html
Hi!
Need some help to create an object (TableObj). This object consists of lines with 3 columns, like a datatable but the columns has a predefined types .
So I what I want to do is this:
D...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23339...
Hi!
I wounder how the datatable class structure looks like
You have Tables, Rows etc this is classes under the datatable class or how does it work?
How does it "pass" data between classes.
...
http://www.experts-exchange.com/Microsoft/Development/.NET/Q_23343849.html
Hi!
Need some help to create a Namespace/Class structure.
I have a Namespace that is called SQLHandler in this I'm going to place
Class MySQLDotNet
Class MsAccess
Class MsSQL
That part ...
http://www.experts-exchange.com/Microsoft/Development/.NET/Q_23504388.html
Hi
I need some help. vbturbo helped me on a structure but I can't figure out how to implement it in code.
So I need some help to make the code for this structure.
How should the code look ...
http://www.experts-exchange.com/Microsoft/Development/.NET/Q_23559385.html
HI
I'm using MySQL 5 and VS 2008, I have created a dataset and a dataadapter. In the dataadapter you need to make the conntection to the MySQL server, one of the fileds are Server name: to get t...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23362...
Hi
I have created a dataset (xsd file) in the designer I add a dataadapter. I add the select query in the wizard, When the wizard is done I have a datset with all columns and a select and insert...
http://www.experts-exchange.com/Microsoft/Development/.NET/Q_23371069.html
Hi..
When creating a DataAdapter the Select and Insert query is build but not the Update and Delete.
I'm using a MySQL server. Any tips why..?
http://www.experts-exchange.com/Microsoft/Development/.NET/Q_23379924.html