Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / ADO.NET / March 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Bound Control09 Mar 2004 06:52 GMT2
With a DropDown box which is bound to a datasource, how do I do the
following:
1.  Cause the first item in the drop down box to not show up as already
selected.
Why changing datasets shows fields09 Mar 2004 05:50 GMT11
I'll try this one again now that I have my registration in order
combobox shows fields only when I change datasets
This is the first time the problem has arisen
For the table - Authors - I want updated, inserted, selected - and for the four comboboxes I created separate dataadapters ...
LIKE, CONTAINS and Full Text Indexing09 Mar 2004 05:47 GMT5
I'm interested in searching a column of type text for specific words withing the field. I need the search to be rapid. Currently, I use a LIKE predicate in the RowFilter of a DataView
For best results, should I explore Full Text Indexing and using a CONTAINS predicate? Would it be ...
Object reference not set to an instance of an object09 Mar 2004 05:33 GMT4
I have an intermittent problem with an SQLDataAdapter.Fill command.  Every
now and then the system returns an "Object reference not set to an instance
of an object" right after filling the Address table.
   Public Sub GetProfileTables(ByVal strSQL As String)
Convince me this is a table name or "TableMapping" error?09 Mar 2004 04:16 GMT7
Head-scratcher here .... I have a routine that updates manufacturer data
using the dataAdapter and dataSet. My code correctly opens the connection,
loads up the existing table, and adds a row to the DataTable. But when it
gets to updating the adapter, gives an exception with the ...
how do I access a row within a DataTable object, after marked for deletion using row.Delete()?08 Mar 2004 23:31 GMT1
how do I access a row within a DataTable object, after marked for deletion using row.Delete()
It seems to throw an exception, even though the data is available if I call The data_table.rejectChanges()
please help, I basically want access to all deleted rows, for reading before ...
inserting datarows into a datatable08 Mar 2004 23:16 GMT2
  I have to add some rows of data into a datatable say "DT" containing data queried from a database.  The data queried is sorted on a column called currency.  I have six rowsets of data each rowset is based on currency. This data needs to be added to table "DT".  After adding ...
all pooled connections were in use08 Mar 2004 21:47 GMT5
If this forum is the wrong place to discuss this issue please point me to
the right forum...
We have an ASP.NET application (InterNet app) originally written in .NET 1.0
running for about 2 years. Recently we installed .NET 1.1 and upgraded the
DataView08 Mar 2004 18:02 GMT1
I'm filtering a DataView. After that I know that filter result only ( and
only) in one row with 4 or 5 columns. Now I want to pic up the value of one
of that columns (that I know only the name, eg. Code).
How can I take this value of that column of my DataView?
LoadDataRow giving constraint error on primary key08 Mar 2004 17:58 GMT1
I am trying to update a DataTable using LoadDataRow.
Sometimes I reload records that I have read before.
According to the documentation LoadDataRow handles this automatically if the
primary key on the incoming row is the same as a row already in the
ADO Tables08 Mar 2004 17:47 GMT4
I have created a DataTable with several columns and then added some
rows and data in the rows.  It seems that when you access the data in
a particular row/column it is of type Object and not the data type
that you specified when you created the column.  So it seems that to
###Query help needed08 Mar 2004 17:46 GMT2
I need help writing a query. Im trying to use the access wizards but i cannot get it to work
This is what i need to do
I want to retrieve all the details of the last inserted booking from my database. I can do this by selecting the Max(BookingNo). I dont know if there is a better ...
Decompose a valid SQLConnection string08 Mar 2004 16:23 GMT3
What would be the best way to decompose a valid sql server connection
string? I am looking for four items (server name, db name, username,
password)
I guess I can use SqlConnection class to decompose the connection string;
OleDb Truncates Access Memo Field08 Mar 2004 14:30 GMT2
I'm using the OleDbDataAdapater to Fill a DataSet using MS Access as the
data source. The select command includes a memo field in the result set.
Everything works fine, except only the first 255 characters of the memo
field make it to the DataSet - the rest is truncated.
Ado.net Questions??? 08 Mar 2004 11:47 GMT1
Can I connect to sql server ce database with ado.net ???
Is it possible ??? Thankss
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.