Hi,
I want to develop an application that will need some degree of
database functionality, but I don't want to ask the end customer to
install MySQL or MS SQL Server. I don't need powerful SQL syntax, and
the tables would be small enough so that they could perfectly fit
entirely in RAM. Does ...
more >>
Hi, I'm trying to build my first vb2005 dataapp but I'm somewhat lost here. I
have a database table displayed in a grid. This table has a field called
countryid which is linked to another table with the actual countrynames. On
the same form I have a combobox which should be linked to both tabl...
more >>
Sorry if this question has been asked before.
VS2005 and MSSQL 2000. I can get a project created and read the MSSQL2K
database tables. However, I can't retrieve the stored procedures and open
them in the IDE, i.e. modify.
Am I trying to do the impossible? If not then what may I be missing?...
more >>
I have an originally clipper-based dbase datatable with a unique "row
serial number"-like first column. I want to make the rest of the table
updatable via a datagrid. My problem is that I can't generate the
necessary Updatecommand of the dataadapter, because the
OleDbCommandBuilder requires ...
more >>