| Thread | Last Post | Replies |
|
| sql express: multiple computers accessing same database file? | 07 Apr 2006 13:41 GMT | 2 |
For sql express, can multiple computers access same database file on a shared network drive? This is for a small client with 3-5 computers. I do not wish to use Express if I am heading into multi-user issues
|
| We are looking for companies that are experts in dotnet and c# | 07 Apr 2006 12:55 GMT | 1 |
Hope it is ok to post here ! We are looking for companies that are experts in dotnet and c# . Most also have good knowledge of database, ado and XML We have a project where we need about 1-2 people for a period for 3-6 month
|
| Adding New Row With Relationship | 07 Apr 2006 12:24 GMT | 4 |
I am using VB .NET 2003 Assume I have the following tables: ==ORDERS== ==ORDER_PRODUCTS== OrderID (PK) OrderProductsID (PK)
|
| Framework 2.0 BUG with SqlParameter and "negative zero" | 07 Apr 2006 09:34 GMT | 4 |
Hello! We're seeing some very odd results from the below code. Under certain conditions, ADO.NET will create commands that specify a negative zero amount ("-0.00"). It's easy to reproduce. This is a major issue in our application as we do lots of decimal math
|
| Storing filepath in database field ?? | 07 Apr 2006 09:31 GMT | 5 |
I am buidling a ASP 1.1 appliciation. what is the best way to store file path in SQL server database field Do I have to store the Physicalpath or only the file and then retreive the full path name when needed ?
|
| Free Sql Express Command/Query Tool? | 06 Apr 2006 23:07 GMT | 2 |
Is there a free Command/Query Tool for Sql Express? I have seen posts for commercial tools but I need a simple tool to allow creation of databases, entry of create commands, stored procedures, and ability to run simple queries.
|
| Will sql express 2005 and Studio 2003 work together? | 06 Apr 2006 19:45 GMT | 3 |
Will sql express 2005 and Studio 2003 (.net 1.1) work together? I can not find a definitive statement on the Microsoft site and need to change a 1.1 app and wish to use the newer 2005 express. I know that I will need to load both the 1.1 and 2.x framework on the
|
| Specified cast is not valid, when column returns NULL | 06 Apr 2006 19:26 GMT | 5 |
while (dr.Read()) //dr is an instance of sqlDataReader { double minAirTemp = (double)(Single)dr["minAirTemp"];
|
| Prevent rowstate change for one column | 06 Apr 2006 19:04 GMT | 3 |
I have an DataTable with one extra column that I've added manually, and is not in the database. I use this col for various calculations, and it should never be saved to the db. That works fine, except for one thing: when I change the value in a row for that col, the RowState ...
|
| Insert all rows from datatable to database | 06 Apr 2006 15:31 GMT | 2 |
How can Ido this ? I have a datatable/ dataset, which has rows with data in it. I want to bulk insert all rows from the dataset to database table (having same table structure).
|
| Pseudo code for updating Access db using VB and ASP.NET | 06 Apr 2006 15:04 GMT | 1 |
I have been hunting for a code snippet to update an Access db using VB and ASP.NET. So far, nothing that helps me. I am using OleDb libraries. Can anyone provide me with the general steps or calls involved. Here is where I am at so far. Any guidance would be great...
|
| SQL UniqueIdentifier - OBJECTGUID error | 06 Apr 2006 13:48 GMT | 2 |
Thank you in Advance! I'm storing a record for an AD object using the Object GUID and storing it as a UniqueIdentifier in SQL server, like this:
|
| Access ObjectDataSource data from asp.net codebehind | 06 Apr 2006 06:56 GMT | 5 |
I have a web page that uses two ObjectDataSource controls to bind data to a FormView and a grid . In my grid which is bound to ObjectDataSource2, I want to add in the footer information from certain fields from the first ObjectDataSource. I am
|
| What transaction IsolationLevel for? | 05 Apr 2006 22:09 GMT | 4 |
Hi; What IsolationLevel is best for transactions for the following (by sub-row I mean a pk:fk to a second table that has N rows in the second table that "belong" to a row in the first table):
|
| How to determine when a DataGridView's DataSource is finished being populated | 05 Apr 2006 18:31 GMT | 2 |
This would seem to be a fairly simple and straight forward thing to do. So sorry if this has been answered somewhere already, but I have not been able to find the answer. I am creating a custom DataGridView component and need a way to
|