| Thread | Last Post | Replies |
|
| HI window popup | 24 Feb 2005 17:02 GMT | 1 |
This is Ramanaji, I have a problem in my project I have a code it will open the showdailog window and after that it need to execute the code in the parent window once the all the process completed then I would like to close the child window. Please let me know how to handle this
|
| Oracle CLOBs via ODBC? | 24 Feb 2005 15:21 GMT | 2 |
We've got an application which accesses an oracle database, but uses the ODBC .NET drivers, not the Oracle specific drivers. It works fine, but now we want to access a CLOB in the database. Any select is currently breaking on it. So is there a way to access the CLOB column ...
|
| adding a primary key to a dataset/datatable | 24 Feb 2005 14:53 GMT | 10 |
I have a need to add a primary key to a dataset/datatable. How can this be done using a standard oledb data provider? Tx for any help.
|
| Button click and Page refresh issue. | 24 Feb 2005 14:28 GMT | 2 |
I am using regular server site ASP.NET button to execute function. Works fine, issue is that when I call page-refresh on IE after click I done it is calling same event again. Could anybody suggest how to prevent this behavior?
|
| Has a bound control been changed | 24 Feb 2005 02:14 GMT | 1 |
I have a form with several TextBoxes that are bound with a DataView. I also have an active CurrencyManager. My question: is there some way I can tell if the data has been changed after binding is complete. I use the CurrencyManager to display data via the Position Property. I really ...
|
| Fill a joined typed dataset | 24 Feb 2005 01:59 GMT | 1 |
I am creating an order detail dataset for a particual order using a typed dataset. I created a stored procedure: CREATE PROCEDURE SPOrderDetail
|
| Merge is adding 2 records to the dataset | 23 Feb 2005 22:05 GMT | 5 |
What im doing: Adding new record to my form. Creating a temp dataset "dsChanges" by using getchanges() dataadapter.update(dsChanges)
|
| Need faster data conversion WRT DataColumns | 23 Feb 2005 20:16 GMT | 3 |
I have a DataTable, something like 500x45 (45 columns). The Datatable is a result of a query that I run against my db. I recieve updates to the DataTable frequently, and I'd like to speed up the performance of my app. The first thin gI did was to stop referencing columns by ...
|
| How to use a datareader against an oracle stored procedure | 23 Feb 2005 14:52 GMT | 2 |
I have create an application with a lot of call to SQL Server setored procedures. Now when i add support for Oracle 9i choose the Microsoft OracleClient Provider for .NET. My stored procedure returns a REF_CURSOR like the sample Q309361 at
|
| altering .cdx files for visual foxpro | 23 Feb 2005 07:11 GMT | 18 |
My client has a visual foxpro app that he wants me to hook into. I'm connecting to it via odbc with this connectionstring: Dim oconn_d As New OdbcConnection("Driver={Microsoft Visual FoxPro Driver};SourceType=DBF;SourceDB=c:\test;exclusive=NO")
|
| MS Access Update Query | 23 Feb 2005 06:24 GMT | 6 |
I am running WinXP with and ASP.Net application. When I invoke a stored Access query which is going to update a table, I get and error message of "Operation must use an updateable query". Microsoft has a KB article on the subject and it indicates that the problem is a security
|
| Where clause in DataTable.Select method | 23 Feb 2005 05:53 GMT | 2 |
Just curious how I would include a WHERE clause in the filter string of the Select method. If I want to SELECT * FROM Column1 WHERE Column2 = SomeValue thanks
|
| The difference between DataSet.GetChanges and DataSet.Copy | 23 Feb 2005 03:09 GMT | 2 |
In which circimstance DataSet.GetChanges and DataSet.Copy return two different DataSet? Thanks, Alan
|
| asp.net & sql server | 23 Feb 2005 03:09 GMT | 1 |
hey guys, is there is anything i need to be mindful of when installing sql server Personal edition on a pc that will be hosting asp.net applications? any special attention to WindowsNT Authentication vs SA Login? choose both? i had a very bad and insurmountable experience once ...
|
| Colum naming conventions | 23 Feb 2005 00:00 GMT | 3 |
Hope someon can help with this one. I have added column names with spaces dynamically into SQLServer 2000, eg. Order Details. This appears as [Order Details] on the server and everything looks fine. However when I go to Insert or Update data using the data adapter, it doesn't ...
|