Applications that create databases
Wed, 11 Jan 2006 14:56:04 -0800
I'm developing an application that lets the user to create a database and use
it.
I use the ADOX function NewCatalog, and it works fine.
But I'd like to design databases with the graphic interface of VS (schemas,
xsd, and so forth) and also datasets with strong types (to have all fields of
each table ...
|
Saving objects in a Jet 4.0 database
Wed, 11 Jan 2006 14:38:04 -0800
I need to know how to save an object (say a class, a picture, etc) in a field
of an Access database.
Could anybody help with this?
--
Thanks in advance
Rafael ...
|
VS.Net 2005 can't connect to remote SQL Server instance
Wed, 11 Jan 2006 06:59:02 -0800
I'm having an issue with VS.Net 2005. I just installed it and can't
connect any remote SQL instance from the IDE. My project is set up to
reference a remote SQL 2000 DB. I can connect to the SQL DB from Enterprise
Manager and VS.Net 2003. Anyone else have this problem? Just another
note - the code jus ...
|
ADO.net Code Contest
Tue, 10 Jan 2006 11:58:03 -0800
I am sponsoring a contest to see if someone can come up with ADO.net code to
insert records into a MS Access 2003 database faster than ADODB methods (MS
ActiveX Data Object 2.x library). My experiece has shown that I can write
records to Access at least 4 times faster using ADODB methods in a Visual
Studi ...
|
Using Objects as Data Sources
Sat, 07 Jan 2006 12:04:02 -0600
VS 2005 has the option of using objects as datasources.
I'm able to add a an object to my project as a datasource by using the
Data Source Configuration Wizard, but can't seem to make it do
anything. For example when I bind a list<> object to a DataGridView
control a BindingSource and BindingNavigator are c ...
|
Database Diagrams folder
Fri, 6 Jan 2006 04:03:02 -0800
Hi. I have created a connection to a SQL Server 2000 database from VS05 using
the dbo account and I cannot see the Database Diagrams folder. What are the
requirements for being able to create database diagrams from VS05?
Many thanks
kh
...
|
Database project useful?
Thu, 5 Jan 2006 08:01:04 -0800
I'm experimenting with a Database Project in Visual Studio 2003. It looks
like SQL Enterprise Manager, more or less. Does VS add anything that I can't
do in Enterprise Manager (version control of DDL, for example)?
Dave
...
|
|
|
dataGridView and return key
Thu, 5 Jan 2006 15:36:56 +0100
Hi,
i use a datagridview control to display data from a DataTable object (VS2005
..NET 2.0). Data ediditing is not needed. If a row is selected and the user
hits the return key, the next row in datagridview is selected.
I want, that the hit of the return key is send to the form and the click
event for th ...
|
working with relationships
Thu, 5 Jan 2006 03:22:04 -0800
Hi,
I am working on an SQL Server client for .NET and I have created a simple
recordlist class that accepts a table or row-returning sql command on
construction and provides a list view of the resultant query.
It would be good if i could create a relationship-aware version of the
recordlist class, that ...
|
Problem adding records with SQLDataadapter to SQL Server database
Wed, 4 Jan 2006 05:23:02 -0800
Hi,
I'm building an application, to edit data on a SQL Server database.
Database has a table Jobs with primary key (JobID) with identity seed = 1
and identity increment = 1
I'm using SQLConnection and SqlDataAdapters, DataSet, datagrid and DataViews
Dataset represents the SQL database.
When i add a r ...
|