HighTechTalks DotNet Forums  

Sponsored Links


Dotnet Data Tools microsoft.public.dotnet.datatools


Discuss in the Dotnet Data Tools forum.



Post New Thread
Threads in Forum : Dotnet Data Tools Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
I am trying to update an ASP table on a round trip or post back to the server. The problem is that the first time I post back to the server I add...
Fire-Dog
01-11-2005 07:09 PM
Fire-Dog Go to last post
2 197
I'm having trouble getting a data adapter to work to access a Pervasive SQL database. I have experience with VB 6 and VBA for Office 2000. However,...
John Stone
01-11-2005 12:03 PM
John Stone Go to last post
0 252
Hi We store our data in CSV files. Our new requirement is to send users report in Excel format. Suppose we have 5 CSV files, we need to merge these...
AT
01-08-2005 03:11 AM
AT Go to last post
0 193
Hello, The below code reads some xml, adds it to a dataset, and then updates an existing table in my SQL database. The Primary key in...
AT
01-07-2005 05:44 PM
AT Go to last post
3 197
Hi For any application to connect to an Oracle Server on Windows 2000/Xp you will need the Oracle client installed. The version of the client...
AT
01-07-2005 03:53 PM
AT Go to last post
0 212
When I try to use the Oracle providers I get the following error: System.EntryPointNotFoundException: Unable to find an entry point...
JMurph
01-07-2005 03:37 PM
AT Go to last post
2 225
I have created my Nestedrepeater. I used the following code to add my new childrepeater. <asp:Repeater id="childRepeater"...
Comfort
01-07-2005 02:50 PM
AT Go to last post
1 286
I am writing a vb.net application that needs to connect to and call Oracle stored procedures. My background is MS SQL so I am used to SQLClient /...
JohnFol
01-07-2005 02:40 PM
AT Go to last post
1 249
This may be due to the fact that Oracle does not really make a distinction between user and system tables. The server explorer uses a heuristic...
AT
01-07-2005 02:34 PM
AT Go to last post
0 193
how do I get the connection handle from my .NET ODBC or OLEDB database connection so that I can pass the connection for database actions to...
Jeroen Groot
01-07-2005 02:22 PM
AT Go to last post
1 179
Environment: Web server IIs 5 running on Windows 2000 (SP2) .Net Framework 1.1 Oracle Client 8.1.7 Coonecting to Oracle 8i DB running on Unix ADO is...
Nilesh
01-07-2005 02:15 PM
AT Go to last post
1 195
Hello, I'm preparing to write a new data access application. I want to use ADO.Net I've used the ODBC API function of SQLGetInfo in the past to get...
Dacke
01-07-2005 02:09 PM
AT Go to last post
1 213
Hello ! I'm fiddling with the databaseconnection (Oracle 9i) possibilities in "Whidbey", and they seem somewhat rudimentary. Can someone verify...
AT
01-07-2005 01:57 PM
AT Go to last post
1 169
Question: Is there any way to create a DataView that is a join of two tables in a DataSet? And is it possible to do this in such a way that the...
Christopher Luther
01-06-2005 01:38 PM
Christopher Luther Go to last post
3 245
I recently read that, with proper programming, you can use XML as a database. Since I'm having problems retrieving data from an 300K-record Access...
VMI
01-06-2005 07:04 AM
Miha Markic [MVP C#] Go to last post
1 236
For some reason, the process of retrieving data (about 20 records) from an Access table that has over 300K records to a dataTable is taking over...
VMI
01-05-2005 10:22 AM
VMI Go to last post
0 169
Hiya! Might be a stupid query or something I want from VS team. Is there any Upsizing Tool in VS.Net 2003 Enterprise Edition? like we have in...
Mohammed Mudassir
01-04-2005 08:33 AM
Miha Markic [MVP C#] Go to last post
5 190
I have a code like this: DataSet ds = new DataSet(); ds.Namespace = "http://www.tempui.org"; DataTable table = new DataTable(); table.TableName =...
Piotr
01-04-2005 02:27 AM
Piotr Go to last post
0 178
What type of picture is stored in the Categories table of the Northwind database? I thought it was a bitmap, but when I extract the data to a file...
Relaxin
01-03-2005 12:48 PM
Charles Johnson Go to last post
1 263
I am populating a dataset with a simple SQL statement, I need to have the primary keys returned with the data. I am using the following code to...
JRLander
12-30-2004 07:51 PM
Sylvain Lafontaine Go to last post
1 208
I am loking for a class generator that will give me a vb.net class for accessing a sqlserver table. Something that gives an attribute for...
Andrew Baker
12-30-2004 06:24 AM
Alexander Christov Go to last post
3 200
I can understand why MS decided to allow developers the option of making information known at design time (such as column info) available to the...
pearsons_11114
12-29-2004 12:51 PM
Calvin Luttrell Go to last post
1 179
It is just me or has MS created some of the worst ways to access and display data? You can use a DataSet, but if you want to sort or filter the data...
Relaxin
12-28-2004 09:53 PM
Bishoy Ghaly Go to last post
1 188
How do I record voice from a microphone in G711 codec format ? Are there any library functions in .NET for this ? Any samples/links please ...
Newbie
12-28-2004 09:46 PM
Bishoy Ghaly Go to last post
1 196
I'm using VS to create a Dataset from a SqlDataAdapter, and using the Dataset in a Datagrid. VS generates hundreds of lines of code to accomplish...
pearsons_11114
12-26-2004 11:17 PM
pearsons_11114 Go to last post
0 224
How can you get notification that the user has selected a different record within the grid, I don't see an event that will accomplish this? Thanks
Relaxin
12-26-2004 09:46 PM
Relaxin Go to last post
2 224
Hi all Is it possible for this XSD: <?xml version="1.0" encoding="utf-8" ?> <xs:schema id="MyDataSet"...
Paulo Morgado [MVP]
12-14-2004 09:08 AM
Jay B. Harlow [MVP - Outlook] Go to last post
4 185
I made the following codes to get a table public static void GetTable(string sw) { SqlConnection con=new...
gary
12-09-2004 02:37 AM
Miha Markic [MVP C#] Go to last post
1 183
I have to create output file in a text, MS Access, MS Excel and .dbf format from C# Win/ADO.NET application. Data are collected in DataSet and there...
tkaleb
12-08-2004 04:45 AM
tkaleb Go to last post
0 233
Hi, I don't receive any error. What happens is when I try to open the connection in the "tree windown" to see the objects, appears the dialog box...
AT
12-07-2004 10:26 AM
Paul Clement Go to last post
1 184
Hi guys I want to know how to check if a particular database and its tables, related scripts, stored procedures, etc are Unicode-enabled. Is...
Sierra
12-06-2004 05:46 PM
Sylvain Lafontaine Go to last post
1 226
How do I create GUI on .Net using C++.
Sam
12-01-2004 09:23 AM
Sam Go to last post
0 177
The first two "Is" function exist in VB.NET (though they reference the old Microsoft VisualBasic namespace) while the third one doesn't exist. What...
bill
11-30-2004 02:57 PM
AT Go to last post
2 279
Hi there, I have a wee problem, help appriatiated. I have a simple form, a listbox, a couple of textboxes and thats it. The function of the form...
SparvHok
11-30-2004 08:07 AM
SparvHok Go to last post
0 188
Hello, HOw can i retrieve the selected DataRow from a DataGrid's datasource I can't seem to find any property for DataGrid tht returns...
Sheikh Nabeel Moeen
11-27-2004 11:55 PM
Herpin Go to last post
1 203
Hi, msde error I install msde 2000 using the command line like this => setup SAPWD="pass" But when I try to create a new database using access sql...
Dave
11-27-2004 11:45 PM
Herpin Go to last post
1 275
I've migrated a VB6 program to .NET. The VB program uses ADO (Provider=OraOLEDB.Oracle) and the .NET program uses ADO.NET (same provider). I know...
AT
11-26-2004 11:10 PM
Sylvain Lafontaine Go to last post
1 220
In grdReport_ItemDataBound event how could I populate the checkbox column according to another hidden column value? Thanks! awan
awan
11-17-2004 09:20 AM
awan Go to last post
0 254
I am having a "not all variables bound" issue when trying to delete a row from a datagrid. I have a datagrid populated with data from a oracle table...
ksedran
11-16-2004 05:53 PM
ksedran Go to last post
0 190
Hello, I'm preparing to write a new data access application. I want to use ADO.Net I've used the ODBC API function of SQLGetInfo in the past to get...
Dacke
11-11-2004 10:53 AM
Dacke Go to last post
0 248
I'm getting ready to write an appliation using ADO.NET and I would like to query the DBMS for things like researved words, special characters, and...
Dacke
11-11-2004 10:48 AM
Dacke Go to last post
0 235
Servertec today announced the release of Servertec Persistent Object Store ..NET Edition, a high-performance object oriented database engine that...
Manuel J. Goyenechea
11-10-2004 06:40 AM
Manuel J. Goyenechea Go to last post
0 254
Environment: Web server IIs 5 running on Windows 2000 (SP2) .Net Framework 1.1 Oracle Client 8.1.7 Coonecting to Oracle 8i DB running on Unix ADO is...
Nilesh
11-05-2004 10:22 AM
Nilesh Go to last post
0 232
I have made my webform which is used to load and retrieve the picture from the database. When I run that form in a machine where it is developed...
Comfort
11-02-2004 03:59 PM
Peter Go to last post
1 189
Hello All, I am having an issue with a INSERT statement using the DataAdapter wizard. I am editing the INSERT and UPDATE statement that the...
ksedran
11-01-2004 11:59 AM
ksedran Go to last post
3 208
I'm new with ASP.NET, so hopefully there's an easy way to handle this that I'm just missing... I have a web form built that posts data back to a SQL...
Elliot Zino
11-01-2004 10:55 AM
ambshah Go to last post
2 212
Hello, I am wondering if anyone can recommend some good Windows-native tools for working with Oracle. The ones in Visual Studio.NET are so limited...
A Traveler
10-29-2004 02:26 PM
A Traveler Go to last post
6 289
At work we have for our intranet a web farm with several connected to a (1) SQL server database. Currently we are using ASP and VB6 components...
EwoutdeBoer
10-28-2004 04:03 PM
EwoutdeBoer Go to last post
0 179
Hi all How can i compare two rows with eachother? Is there a simple way or do i have to compare each field in a row with the field of the other...
m.ahrens
10-28-2004 03:19 AM
m.ahrens Go to last post
0 241
Need to populate columns of a dataGridView with data from 2 tables in an Access database. Have created a DataSet with a DataRelation that...
Peter Heisen
10-27-2004 07:43 AM
Dr.Grimy Go to last post
1 263
Post New Thread

Display Options
Showing threads 501 to 550 of 609
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.