all groups > dotnet general > october 2005 > threads for wednesday october 5
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
Allowing special characters in a MySql Database
Posted by Ewok at 10/5/2005 10:25:08 PM
let me just say. it's not by choice but im dealing with a .net web app (top
down approach with VB and a MySQL database) sigh.....
Anyhow, I've just about got all the kinks worked out but I am having trouble
preserving data as it gets entered into the database. Primarily, quotes and
special ... more >>
getting the vs debugging to work
Posted by Larry at 10/5/2005 10:16:53 PM
I'm having problems being able to set and use break points in visual studio.
Here's my configuration:
The web server is a remote server access over the internet. The OS on the
server is a "fresh" copy of windows 2003 enterprise.
I'm using VS 2003 on a client running windows XP pro. (I'm n... more >>
Images from OLE fields in Access database
Posted by Alan at 10/5/2005 8:23:19 PM
Hi,
I'm converting a database application from Access 97 to C#/SQL Server. Old
database contains some images in OLE fields. I've figured out that there's
OLE header preceeding actual image data and dealt with some of the images
which were in standard BMP format but most of the images are in... more >>
How to Count the Number of Rows in Text and ODBC Files (Btrieve)
Posted by RitaG at 10/5/2005 3:56:03 PM
Hi.
I need the count of the number of rows within a text file.
I checked the File object but could not find a method there to do what I need.
Is there an efficient way to count the numbers of rows?
Currently all I can think of is opening the file for reading and counting
every row.
This c... more >>
VS 2003 - IDE - Find Current Project not working?
Posted by Rob R. Ainscough at 10/5/2005 2:12:59 PM
I'm using VS 2003 VB.NET IDE and the Find (Ctrl+F) function is not working
when I select "Search Current Project" -- it will only search the current
open file not all the files in the project. This is VERY frustrating -- is
this a know problem or just something messed up with my install?
t... more >>
change datagrid column width with code
Posted by Tim Wallace at 10/5/2005 1:41:31 PM
I have a .NET 1.1, C# desktop application. In this app, there is a window
wherein I use the DataGrid control to display info for the user to edit. I
then grab that data (which initially comes from an accumulator table) and
call a stored procedure that places this data in a different table.
... more >>
DataGrid AddRow during ItemDataBound
Posted by TB at 10/5/2005 10:14:02 AM
Relatively new to .NET so please bear with me... I'm making an ASP.NET web
application and am using VB to code. I'll try to set the stage here... The
class and property names are generic to make the question simpler.
First off, I've got three classes:
Class MyItem
Public Name As String... more >>
CDO mail
Posted by Mark at 10/5/2005 9:03:09 AM
i am able to successfully use CDO to sent mail to anyone (in network and out
of network) using an application on a windows 2000 machine with outlook.
when i copy the app to a windows 2003 machine, the application only sends
mail to in network folks. when i use an out of network recipient addre... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Customised SQL query report
Posted by dan_williams NO[at]SPAM newcross-nursing.com at 10/5/2005 8:59:53 AM
I am attempting to create a ASP.NET report whereby users can specify
which columns they wish to be able to view depending on the options
they select from a CheckBoxList.
I have 4 tables, ClientGroups, Clients, Bookings & Depts.
ClientGroups Clients Bookings
-----------... more >>
Are events threaded by default?
Posted by JSheble at 10/5/2005 8:34:54 AM
Say I have two seperate timers in my app (it's strictly an example, I
don't really...) and each of the timer events calls the same method of the
form's class. Will these interfere with each other at all? Will they run
as if they're threaded?
Example:
private void timer1_Tick(object... more >>
|