| Thread | Last Post | Replies |
|
| What is threadsafe mean ? | 06 Sep 2005 21:07 GMT | 5 |
I am newbie to multithread programming. When I read some writeup about classes, i.e. Dataset or Dataview sometimes it said it is safe for multithreaded read operations and you must synchronize any write operations.
|
| Regular Expression required | 06 Sep 2005 20:40 GMT | 1 |
RegEx heros, I want to validate a certain field such that it shouldn't contain the percentage character (%) or the asterisk character symbol (*). The specification is that:
|
| ODBC-problems | 06 Sep 2005 19:55 GMT | 1 |
I've already posted this problem, but the description was not good enough. So I try again. In the datasources of the my computer I have created a odbc-datasource named Test1.
|
| Problems with ODBC | 06 Sep 2005 19:43 GMT | 1 |
I've already posted this problem, but the description was not good enough. So I try again. In the datasources of the my computer I have created a odbc-datasource named Test1.
|
| Compare 2 datatables & return diffs | 06 Sep 2005 16:51 GMT | 1 |
Right here is the deal. I want to compare 2 data tables and return the differences. These are the details 1) I populate a datatable from a sql stored proc
|
| Escape characters | 06 Sep 2005 15:53 GMT | 2 |
What should one pass as a field value into a table in the insert statement if the value contained a percentage symbol (%) or the asterisk symbol (*), since both of these have special wildcard meanings. What if I want to pass the special meanings and pass them as
|
| Data not refecting changes | 06 Sep 2005 14:00 GMT | 4 |
Problem: Can't get data retrieved from either a stored proc or enbedded sql to return updated data. For example if I change the data through sql navigator (a replacement tool for sql Plus) and retrieve the data, it doesn't reflect the changes??
|
| sqlParameter DateTime problem - seconds ignored | 06 Sep 2005 07:35 GMT | 12 |
I have the following terrible problem: 1. I have the following SQL statement: "SELECT stringX FROM tableY WHERE datetimeZ > @datetimeZ" 2. I create a data SQL Server data adapter with a parameter of DbType
|
| Determining What Control Caused The PostBack | 05 Sep 2005 23:42 GMT | 5 |
I have a DataList that I was having trouble getting the events for. After a bit of help, I realized that I needed to put the databinding inside an If Not IsPostBack() condition. Although this fixed the individual problem, it caused problems in other areas. This is because the ...
|
| fix embebbed semicolon inserts | 05 Sep 2005 21:58 GMT | 4 |
When I try to run this through my form, SQL Server I says "Incorrect syntax near 's'. Unclosed quotation mark near ')'." I see that whenever I have a ' in any text field, it screws up my sql syntax. (look at Harrel's Ferry Rd in the insert statement). How can I fix
|
| Oracle 10G Server + ASP.Net + IIS = crash? | 05 Sep 2005 19:23 GMT | 5 |
I formated my webserver and i installed in it Oracle 10G server, and .Net framework with IIS. My application was working perfectly in the old server, now the application is throwing ORA-12514 exception, but when I start the SQL Plus it works perfectly. It occurs only in the
|
| insert into error not recognized | 05 Sep 2005 16:36 GMT | 7 |
Good morning, I've the following error Syntax error in INSERT INTO statement But I do not found any error in this code
|
| DataTable/DataSet question | 05 Sep 2005 08:59 GMT | 3 |
do i have to use a DataTable inside of a DataSet? what exactly is the difference between them? i am trying to add a DataRow to a DataTable, then reference that row so that i can assign values to its columns. however the row addition seems
|
| DataList's EditCommand not being raised | 05 Sep 2005 06:43 GMT | 2 |
I am attempting to raise the EditCommand event of a DataList when a Button in the ItemTemplate is clicked. Here is the HTML used for the ItemTemplate: <ItemTemplate> <asp:Label id=lblEvent1 runat="server" EnableViewState="False"
|
| Data access advise | 04 Sep 2005 17:27 GMT | 2 |
vs2005/sql server2004. I have created a simple winform app by dragging a table on a winform. I have used stored procedures for data access. I have the following questions; 1. Using the default code generated by vs2005 for data access, how can I
|