all groups > dotnet ado.net > july 2004 > threads for thursday july 22
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
after .doc (word) creation it downloads the file but i want it to be opened
Posted by Richard at 7/22/2004 8:54:23 PM
On my dev PC the website that i wrote auto creates a word document and it
auto-opens in my webbrowser.
Whenever i visit the site with another PC the website ask if the user wants
to download the .doc document of open it.
Why is this and how can i make sure it opens in the browser only.
my c... more >>
creating typed dataset
Posted by Konrad at 7/22/2004 8:47:58 PM
Hi
How to create typed DataSet with
relations from a database.
Is it possible with VS.NET 2003 or
there is a tool doing this?
Thanks
Konrad
... more >>
Oracle Problems
Posted by Jim Heavey at 7/22/2004 5:53:02 PM
I have posted a query before on this particular issue but no one had ever heard of this issue, and I find it difficult to swallow as well, but this is what is happening.
When a read an Oracle table and I have a column which has the exact same value in the first row and the second row, the second ... more >>
XML Filter
Posted by cksj at 7/22/2004 5:08:55 PM
I was assigned to a project where the main database is XML files instead of
RDBMS. One of my primary responsibilities is to create Crystal Reports using
..Net.
We are having performance issues when we open and view reports. The reason
is because Crystal Report that uses XML as a data source pull... more >>
Constraints question
Posted by Woody Splawn at 7/22/2004 5:06:53 PM
I am using VS.net 2003 with SQL Server 2000 as the backend in a desktop
application. My question has to do with constraints.
The books seem to indicate that the best place to place a constraint is at
the table level in SQL Server 2000. Maybe so but if there is no way to get
data into SQL Ser... more >>
ASP DataGrid Sorting
Posted by Mark Travis at 7/22/2004 5:05:53 PM
Hi all,
I have written a simple Web Application that displays a query result onto a
page using the ASP DataGrid.
To Digress
=======
Development information about the page is as follows
1. The database used is SqlServer 2000.
2. A Stored Procedure is dragged onto the page from the Server E... more >>
Update with SQL Data Adapter
Posted by Matt Tapia at 7/22/2004 4:18:52 PM
I have two tables in my sql database with the same structure. One table has
5 records and the other has 1 record. I want to take the 5 records into 1
dataset, and the 1 record into another dataset, merge into the data into one
dataset (the first) and update the table with 5 records so now it has ... more >>
Handling empty relation to child object
Posted by Andrew at 7/22/2004 4:13:31 PM
In a Typed Dataset, is there a way on the xs:keyref tag that I can specify
how to handle null child objects?
For example, if I have an Invoice table, where a ClientID key is used to
create a reference to a Clients Table by it's ID Column. On the Clients
table I have a Name element.
In the cal... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Data Access Layer
Posted by Pete Fuller at 7/22/2004 3:12:03 PM
I am writing a fairly large database application for the first time, and am finding it difficult to decide on how to create the data access layer. I have tried reading as much as I can find about them on MSDN, but have found conflicting views, and am now really quite confused.
For example, I am u... more >>
Schedulers Components.
Posted by Manuel Canas at 7/22/2004 2:47:48 PM
Hi there,
Does any body know where can I find a good Scheduler components (for
appointment scheduling) for .NET.?
I'm developing a scheduling application and I need to either build one from
scratch, which I have no idea how to do that, or get a prebuild scheduler
component that I can just i... more >>
How to get row count of a DataRelation?
Posted by PeterZ at 7/22/2004 2:41:22 PM
If you have two dataTables and a dataRelation how would you get the row
count of the dataRelation?
Lets use the obligatory simpleton example - A strongly typed dataset with an
Authors and Books table and a dataRelation between the two.
ie:
myDataSet.Authors
myDataSet.Books
myDataSet.relBo... more >>
ORA-01036 Error with Microsoft Provider for Oracle
Posted by Alok Jain at 7/22/2004 1:25:44 PM
Hi,
I am using .Net Framework 1.0 with Oracle. I am using the Oracle provided
data provider 'Oracle.DataAccess.Client' and I am using the parameterized
queries. Now I want to use the Microsoft provided data provider
'System.Data.OracleClient' for Oracle, but when I change the reference in my
... more >>
Oracle Provider or Microsoft Provider
Posted by Alok Jain at 7/22/2004 1:23:50 PM
Hi,
I am using .Net Framework 1.0 with Oracle. I am using the Oracle provided
data provider 'Oracle.DataAccess.Client' and I am using the parameterized
queries. Now I want to use the Microsoft provided data provider
'System.Data.OracleClient' for Oracle, but when I change the reference in my
... more >>
DataAdapter Fill method
Posted by calvin at 7/22/2004 12:42:01 PM
I was wondering,
does the dataadapter populates the whole DataSet objects with all the rows
retrieved from the Select Command (eg.SELECT * FROM Customer) . Means, will
this
slow down the process if there is 10,000 records or more.
... more >>
How to remove the time portion from a texbox
Posted by vanvee NO[at]SPAM comcast.net at 7/22/2004 12:38:54 PM
Hi
I have textbox in VB.Net that is bound to a Date/Time field in an
Access database. The date in Access database only has the date and no
time. When you load the dataset into the VB.Net application though,
12:00 time shows up. I realize this is the default but time is
meaningless to our a... more >>
sqldatareader connection
Posted by z. f. at 7/22/2004 10:40:34 AM
Hi,
why is this error exist?
there is already an open datareader associated with this connection which
must be closed first
does the reader running on a server side cursor ? can't it work in a
disconnected fashion?
what should i do in order to run disconnected or when i want to make ... more >>
Dataadapter.Update fails intermittendly when updating large database
Posted by Urs Eichmann at 7/22/2004 9:02:22 AM
My Program needs to insert about 6 Mio records into a large table on SQL
Server 2000 which already has 2 or 3 Mio records. It uses a DataAdapter
to insert 100 records at a time.
About every 2 or 3 hours, the DataAdapter.Update fails with a timeout
exeption (SqlException "Timeout expried. th... more >>
Addnew
Posted by Fred at 7/22/2004 7:18:00 AM
Hi,
I am new to vb.net and have a question. I created a dataform using the .NET
wizard. When I click the "Addnew" command a new row is added but the bound
textbox fields do not clear to allow user to enter the new fields values. Am
I missing something? the form does display and allow user to... more >>
Ccan't filter integer column in DataView
Posted by joviani_bg NO[at]SPAM yahoo.com at 7/22/2004 7:03:41 AM
Hello,
I can't filter integer column in DataView
I have one TextBox that I retreive the value and one ComboBox where I
select column;
When column is string (LastName) everything working very well, but
when I select integer type (AccountNumber) generate an excpetion:
System.Data.EvaluateExcep... more >>
Creating a Queried DataTable From an Existing DataTable
Posted by lee.ottaway NO[at]SPAM nuesoft.co.uk at 7/22/2004 1:02:04 AM
I am manually creating a datatable in memory, creating columns etc for
it and then populating it by importing data from files and various
databases. Once I have the datatable in memory (which consists of
around 10000 records) I need to be able to perform queries on it. I'm
not talking about me... more >>
Check a textbox.text is number
Posted by Joe at 7/22/2004 12:23:01 AM
how to check a textbox.text is number?
52532590235320953535355... more >>
|