| Thread | Last Post | Replies |
|
| Storing images | 12 Sep 2005 07:01 GMT | 9 |
Storing images I've read the documentation, but I'm in a quandry as to the best way of storing images. Is it in a blob field? blob fields seem to lack necessary information like
|
| C# Interview question help | 12 Sep 2005 03:51 GMT | 1 |
I am fresh college graduate who has done C and C++ during college times.After that i had done a C# course from one of our local computer institute.The course is BCM which ran for 1 year.But now when i am looking for job the questions asked in interview are really very very
|
| is there a newsgroup for dot-net com+ programming? | 11 Sep 2005 19:48 GMT | 2 |
or this is the newsgroup to ask dot-net com+ questions?
|
| Store array of bytes in varbinary with mysql | 11 Sep 2005 17:43 GMT | 1 |
I use a parameter to do a sql-update command. But the field in mysql is of type varbinary and the vb.net is a string. I get it back from the database with reader.getstring and it looks the same. Is this a good method? I wanted to read it back trough reader.getsqlbinary but the ...
|
| Get/Store array of bytes in varbinary mysql | 11 Sep 2005 17:27 GMT | 1 |
I need to have a array() of byte stored in a varbinary field in mysql. (and get it back). But how to pass it from VB to MYSQL in a update statement. Saw samples with @variables but i cannot get it working. Please help,
|
| No Stored procedures in MySQL 4 how to pass variables to update command | 11 Sep 2005 17:12 GMT | 5 |
I need to put information from variables (not only strings) to a mysql database using update. But no I found out that stored procedures are not there in mysql 4. Please help,
|
| Filling a Parent/Child DS - Parent WHERE Clause | 11 Sep 2005 08:30 GMT | 1 |
I need to fill a DataSet with Parent/Child data. I will use Northwind as an example. The DS needs to have 2 data tables (Customers and Orders) and a data relation to link them. The Select Command of the data adapter for the Customer table has a complex
|
| How to show row number in DataList | 11 Sep 2005 03:35 GMT | 1 |
I want to show a row number in each row of a datalist. How can I do that?
|
| Create Procedure gives SQL syntax errors whatever I do | 10 Sep 2005 17:11 GMT | 5 |
cmd.Connection = conn cmd.CommandText = "CREATE PROCEDURE gert (OUT param1 INT) BEGIN SELECT * FROM tabel1; END" cmd.ExecuteScalar()
|
| Help with Conditional Contraints | 10 Sep 2005 08:38 GMT | 1 |
I have a business rule that says if a user selects the value 20 for item A that item B must have a value of 0. I am looking for the best way to implement this rule. TIA
|
| Inserting to Dbase 3 database via ADO .Net Problem | 10 Sep 2005 05:36 GMT | 3 |
First for the setup: I work for a museum, we have an exhibit hall that has a number of interactiv es that all store their data in a dbaseIII db. All of the exhibits are
|
| @@ Identity | 09 Sep 2005 23:47 GMT | 6 |
I have a stored procedure that insert data into a sql table. I need to get the record identity for another process. When I execute the program I get this message " System.FormException: Input string was not in a correct format". The line with *** is where the proglem crashed, ...
|
| Watcher for Datasets? | 09 Sep 2005 22:22 GMT | 6 |
I'm making an App in which a form is bounded to a table in a database, and with some arrow keys, you can move through the rows of the database. At the moment I do a request to the database each time an arrow is
|
| SQL Server Error: 8629 | 09 Sep 2005 22:02 GMT | 2 |
I am getting a SQL Server Error: 8629 "The query processor could not produce a query plan from the optimizer because a query cannot update a text, ntext, or image column and a clustering key at the same time."
|
| Multithreding and Connection Pool | 09 Sep 2005 17:32 GMT | 2 |
We have a legacy C++ app that has two worker threads. Each will separately instantiate .NET objects using COM interop. One thread does simple SQL statements and the other does larger SQL inquires. Both use the same connection string to create their OracleConnection. Both
|