Forum: VB.NET Feb 23rd, 2008 |
| Replies: 21 Views: 6,044 you have to use the DataAdapter.Update(DataSet) to commit changement in the database |
Forum: VB.NET Feb 23rd, 2008 |
| Replies: 14 Views: 7,862 to do such thinks you must use sockets
try this
Imports System
Imports System.Net.Sockets
Imports System.IO
Public Class ServerSocket1
Public Shared Sub Main()
Try |