Ask a Question related to Dreamweaver AppDev, Design and Development.
-
rix1505 #1
'Tables' is not a member of 'DreamweaverCtrls.DataSet'.
Dim myDbVal as String
Dim myDbRow As System.Data.Datarow
myDbRow = DataSet1.Tables(0).Rows(0)
myDbVal = Convert.ToString(myDbRow('body'))
rix1505 Guest
-
How many dataBase tables can a dataSet table update via dataGrid?
I would like to display data in a datagrid in which the source of the data is multiple database tables. The select statement in the command object... -
DreamweaverCtrls.dll on the mac
Hi therre - I am tryign to use .net with a mysql DB. My Dev is done on a mac, but when i try to connect to my db, I get this error: ----- "Server... -
binding a typed dataset with 2 tables
I can set the datasource property to a typed dataset, but I want to access datatables in the dataset when using templates using databinding... -
joining 3 tables in dataset
hi my problem is that i have to load 3 different tables from different databases into one dataset and do a join on all. i loaded all tables into... -
strangeness - lots of tables showing up in my dataset......
Hi, I have an ASP.NET application that fills a dataset with data from 2 different tables. When I set a breakpoint at the beginning of the...



Reply With Quote

