|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ADO.NETmicrosoft.public.dotnet.framework.adonet
Disconnected app with sql server compact
John -
29 Nov 2007 3:29 PM - 2 messages
Hi I am developing an app in vb.net 2008 with sql server 2000 backend. I also need disconnected version of the app for laptop users who would connect off and on with LAN and thereby with the company sql server 2000. I am wondering ...
Loading Large XML
Debasish Pramanik -
29 Nov 2007 12:23 PM - 2 messages
We do a FOR XML query using SQLXMLReader.ExecuteXMLReader() method. The results is obtained in a XMLReader. We then load XMlDocument using XmlReader as we have to process the XML. When we try to fire a query which returns huge data, the query executed by ...
DataSet.xsd and Locale
Dimitris Milonas -
29 Nov 2007 7:39 AM - 2 messages
Hello, When I build a DataSet with the DataSet Designer (DataSet.xsd) every DataTable has the property "Locale" which is set (I guess) to the current collate of the table of the SQL Server (I'm using MSSQL). I want to build a ...
Parameter for all values
Jim McGivney -
28 Nov 2007 3:45 PM - 1 message
This is probably a Newbie question, but your response would be appreciated. Using VWD I have a GridView on a page. The GridView is feed data by accessdatasource1. I can filter the data using: Parameter Param = new Parameter("Sex"); ...
TransactionScope Error
tim -
28 Nov 2007 10:53 AM - 3 messages
I wrap two updates from different tableadapters in a transactionscope. They are connected to the same databese. By runing the program I get an error message: Communication with the underlying transaction manager has failed. Error HRESULT E_FAIL has been returned from a call to a COM component. ...
Batch Insert/Updates
Dimitris Milonas -
28 Nov 2007 6:52 AM - 1 message
Hello to all, I would like to inserts/delete some records from a table and Update the DataAdapter at the end of all the operations. The problem is that I would like the intermediate changes to be visible in the User Interface (i.e. ...
Will You Use LINQ?
Jonathan Wood -
28 Nov 2007 5:14 AM - 15 messages
So, VS2008 is now available ([link]). One thing I'm now wondering about is how much sense LINQ makes. I've been reading of all the advantages of stored procedures: more secure, more efficient, and better organization of code associated with a database. ...
Need More ADO Suggestions
Jonathan Wood -
28 Nov 2007 2:41 AM - 11 messages
I'm still trying to get a handle on ASP.NET and ADO.NET. Since there is a bit of code involved in executing a procedure, I thought I'd stick it in it's own routine. So I tried the following. I was able to determine this does not work ...
dataadapter vs tableadapter - whats the difference?
HONOREDANCESTOR -
27 Nov 2007 10:41 PM - 3 messages
I have a book called "Hitchhiker's Guide to Visual Studio and SQL Server". It has a chapter on using dataAdapters, and another chapter on using tableAdapters. The problem is, they seem to overlap in what they can do, and I don't know when I would use one and when I would ...
ADO.net 2.0 Error on line 51 authentication mode=Windows of web.co
Jeffrey -
27 Nov 2007 8:24 PM - 2 messages
To run an example from ADOnet 2.0 SBS 2005 edition, I opened a web site from File System (Microsoft Press folder). I can review the Design and Source tabs; however, running an example program, e.g. Chap 14-Finished, showed the ...
Rek:TPVS Consultant (Transportation Planning and Vehicle Scheduling):Colorado
ronald.holzwart@gmail.com -
27 Nov 2007 7:48 PM - 2 messages
Hi, Please find the requirement below and answer ASAP with updated resume and contact details.... ---------------------------------------------------------------------------------------------------------------------------------------------------------- TPVS Consultant (Transportation Planning and Vehicle Scheduling) Location: Colorado Duration: 4 + Months Rate: Open ********US Citizens only************ We need a very senior and experienced TPVS resource. ...
How to get a column size in VB.net
Vanny -
27 Nov 2007 1:04 PM - 3 messages
How could I get a column size from a datareader or a datatable? We're moving from VB6 where the code looks like this: rcs.Fields(i).Size (rcs is a recordset). Thank for your help Vanny ...
sql transaction with table adapter
moniq -
27 Nov 2007 7:02 AM - 1 message
Hi, I have tried your solution on my project. There are four tables in sql server 2005 express, that form a tree (table1 has foreign key to table2, table2 to table3, and table3 to table4) Firstly, I insert into table4, then table3, table2 and last table1. But when inserting into table1, trouble arise as it stated time out ...
sql transaction with table adapter
moniq -
27 Nov 2007 6:59 AM - 1 message
Hi, I have tried your solution on my project. There are four tables in sql server 2005 express, that form a tree (table1 has foreign key to table2, table2 to table3, and table3 to table4) Firstly, I insert into table4, then table3, table2 and last table1. But when inserting into table1, trouble arise as it stated time out ...
How skip a row in gridview with code?
Cirene -
27 Nov 2007 12:38 AM - 2 messages
I have a databound gridview. How do I skip a row if a certain condition exists? (In VB.NET) For example... Protected Sub GridView2_RowDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewRowEventArgs) Handles ...
Linq2Sql issues
gerry -
26 Nov 2007 4:40 PM - 8 messages
I am looking at Linq2Sql in VS2008 and have run into a couple of things : <Short Version> 1 - Linq To Sql designer has problems with multi-level namespace. View Code generates error "The name SimpleNS.SubNS is not a valid identifier. ...
DataTable foreign key
Emre DÝNÇER -
26 Nov 2007 12:52 PM - 8 messages
Dear All, is it possible to extract the DataColumn which is a foreign key of another table. foreach (DataRelation dr in dsIlce.Tables[0].ParentRelations) { Console.WriteLine("123"); console.WriteLine(dr.ParentTable.TableName.ToString()); } prints nothing unfortunately.. thanks in advance ...
Query Object Pattern
BillG -
26 Nov 2007 5:34 AM - 1 message
Does anyone have a good example of using the Query Object Pattern? My GetMember() method is going to receive a MemberDataModel object which is basically all the fields in the table. Any one of the fields could have a ...
vs2008 or not
John -
25 Nov 2007 8:49 AM - 8 messages
Hi I need to start a new win form project and I am wondering if I should choose 2008 at this stage. My questions are following; 1. Is 2008 much different from vs 2005 in terms of skill set to prohibit ...
|
|||||||||||||||||||||||