Click here to Skip to main content
15,925,723 members
Home / Discussions / Database
   

Database

 
GeneralRe: dataview, sort and findrows Pin
Alomgir Miah24-Jul-05 8:56
Alomgir Miah24-Jul-05 8:56 
Generaldataview, sort and findrows Pin
Chetan Ranpariya27-Jul-05 19:05
Chetan Ranpariya27-Jul-05 19:05 
QuestionADO.NET: Why DBConcurrency Exception when deleting multiple child rows? Pin
dy1323-Jul-05 12:10
dy1323-Jul-05 12:10 
GeneralAbout Connection Pin
pmasknguyen23-Jul-05 1:29
pmasknguyen23-Jul-05 1:29 
QuestionHow to use MDAC Pin
Schehzad Hassan22-Jul-05 20:58
sussSchehzad Hassan22-Jul-05 20:58 
AnswerRe: How to use MDAC Pin
Rob Graham23-Jul-05 4:14
Rob Graham23-Jul-05 4:14 
Generalregarding sqlDataAdapter Pin
Madni Abbasi22-Jul-05 19:47
Madni Abbasi22-Jul-05 19:47 
Generalthere is something not work ! Pin
SmartSDR22-Jul-05 5:36
SmartSDR22-Jul-05 5:36 
im reading a book "Network Programming in .Net with C# and Visual Basic.Net" by Fiach Reid

im now in the chapter 3 "Working with the sockets"
and im trying to execute the program that's starting at the page 82
and i received an error.Then i put a breakpoint to see what's the problem
then i saw that the problem happened in the Sub "acceptHandler" and this is the snippet code :

Public Sub acceptHandler(ByVal asyncResult As IAsyncResult)
receiveCallBack = New AsyncCallback(AddressOf receiveHandler)
'listenerSocket here = Nothing and i don't know why ?
clientSocket = listenerSocket.EndAccept(asyncResult)
recv = New Byte(1) {}
clientSocket.BeginReceive(recv, 0, 1, _
SocketFlags.None, receiveCallBack, Nothing)
End Sub

i don't know why listenerSocket in this code = Nothing
so this is the problem.

Smart_sdr
GeneralCreating a new access database ERROR Pin
Martin@captivasystems22-Jul-05 4:13
Martin@captivasystems22-Jul-05 4:13 
GeneralRe: Creating a new access database ERROR Pin
Rob Graham22-Jul-05 7:50
Rob Graham22-Jul-05 7:50 
GeneralRe: Creating a new access database ERROR Pin
Martin@captivasystems22-Jul-05 8:02
Martin@captivasystems22-Jul-05 8:02 
GeneralRe: Creating a new access database ERROR Pin
Rob Graham22-Jul-05 10:18
Rob Graham22-Jul-05 10:18 
GeneralRe: Creating a new access database ERROR Pin
Martin@captivasystems22-Jul-05 11:31
Martin@captivasystems22-Jul-05 11:31 
Generaldebugging stored procedure Pin
paragraut22-Jul-05 2:23
paragraut22-Jul-05 2:23 
GeneralRe: debugging stored procedure Pin
Scott Serl22-Jul-05 11:21
Scott Serl22-Jul-05 11:21 
GeneralRe: debugging stored procedure Pin
paragraut22-Jul-05 20:56
paragraut22-Jul-05 20:56 
GeneralRe: debugging stored procedure Pin
Scott Serl23-Jul-05 11:54
Scott Serl23-Jul-05 11:54 
GeneralRe: debugging stored procedure Pin
paragraut25-Jul-05 0:06
paragraut25-Jul-05 0:06 
GeneralRe: debugging stored procedure Pin
Rob Graham25-Jul-05 4:38
Rob Graham25-Jul-05 4:38 
GeneralRe: debugging stored procedure Pin
paragraut26-Jul-05 3:09
paragraut26-Jul-05 3:09 
GeneralRe: debugging stored procedure Pin
Scott Serl25-Jul-05 10:35
Scott Serl25-Jul-05 10:35 
QuestionADO .net problem? Pin
Smear122-Jul-05 0:34
sussSmear122-Jul-05 0:34 
GeneralReporting Service / URL Access - login credentials Pin
devvvy21-Jul-05 20:36
devvvy21-Jul-05 20:36 
QuestionHow can i find the Row number in DataRowCollection Pin
m.rastgar21-Jul-05 12:08
m.rastgar21-Jul-05 12:08 
AnswerRe: How can i find the Row number in DataRowCollection Pin
Alomgir Miah22-Jul-05 5:13
Alomgir Miah22-Jul-05 5:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.