all groups > vb.net > october 2006 > threads for saturday october 14
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
Re: VB.net 2003/2005- Can't figure out how to test for working internet connection
Posted by Robert at 10/14/2006 10:55:52 PM
From: "Stacey" <StaceyL@community.nospam>
Look into Ping
http://msdn2.microsoft.com/en-us/library/system.net.networkinformation.ping(VS.80).aspx
just ping a known ip address and see if it is reachable.
================================================
"adalton" <adalton@newsdalton.com> wrot... more >>
Place of web.config
Posted by reidarT at 10/14/2006 9:12:30 PM
I have a web application conected to a sql database.
When I publish this site I get one file in the bin directory, the web.config
file and the aspx.files
in the application folder.
As I understand it:
My web is at www.myweb.no and
the web.config-file is located on the root
On this root direc... more >>
picking off each digit of an integer
Posted by Candace at 10/14/2006 1:56:01 PM
I am using the following code to pick off each digit of a number, from right
to left. The number I am working with is 84357. So for the first iteration it
should return the number 7 and for the second iteration it should return the
number 5, and so on. But for some reason on the first iteratio... more >>
Need help updating my dataset with changes made on the Source? Getchanges Merge?
Posted by mike11d11 at 10/14/2006 11:08:03 AM
I'm trying to create an application that will have multiple users
working off a table on a SQL server. Since multi users will be
updating different records at any given moment, how can i get those
changes and merge them into my current Dataset. I've been playing
around with the GetChanges meth... more >>
vb.net database programming
Posted by sandy at 10/14/2006 6:17:23 AM
hi friends...
i am new to VB.NET.i was trying to read some data from the database
using code,
and display that in 2 textboxes.i was able to get only the first row.
i used ExecuteReader() function of SqlCommand class and read()
function to read data..
i have put a button on the form to advance ... more >>
Code Snippet Manager
Posted by Newish at 10/14/2006 2:58:44 AM
Hi
I can't see code snippet manager in Tools menu.
Can someone please tell me how to access it.
Thanks
Newish
... more >>
Crystal Reports - Average of two fields
Posted by amit at 10/14/2006 2:37:56 AM
Hi guys
I am using access database with Crystal Reports in VS2003
I am working on "Hospital Database"
The fields are -
Name - Date - ConsultingCharge - TotalFees
i.e. Total Fees include fees for medicine issued by hospital
In the report I want to display the Average of ConsultingCharge ... more >>
odbc
Posted by GS at 10/14/2006 12:45:54 AM
I would like to connect to a third part database. I know the datasourcename
and even know the location of the dll that can serve the database, .
what is the best way for an vb.net ( 2005 express wit .net2) application to
access that odbc DB.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Problem bei der Installation eines VB.net Programms
Posted by Nicolas Nickisch at 10/14/2006 12:00:00 AM
Hallo newsgroup,
ich habe unter VB.net ein Programm entwickelt und nach einigem Hin und her
sogar ein passendes setup Projekt hin bekommen.
VisualStudio hat also eine setup.exe und ein .msi-File erstellt.
Auf dem Quellrechner lässt sich dieses Paket auch problemlos installieren.
Im entspreche... more >>
|