Click here to Skip to main content
16,006,440 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Calling .NET component from VB6. Pin
SPanicker*24-Mar-08 4:38
SPanicker*24-Mar-08 4:38 
GeneralRe: Calling .NET component from VB6. Pin
Dave Kreskowiak26-Mar-08 13:23
mveDave Kreskowiak26-Mar-08 13:23 
GeneralPopup Message Box in Windows Service Pin
vijay_8323-Mar-08 20:15
vijay_8323-Mar-08 20:15 
GeneralRe: Popup Message Box in Windows Service Pin
Dave Kreskowiak24-Mar-08 4:07
mveDave Kreskowiak24-Mar-08 4:07 
QuestionAssemble captured image packets and display Pin
Dan Worthington23-Mar-08 11:12
Dan Worthington23-Mar-08 11:12 
GeneralRe: Assemble captured image packets and display Pin
A Wong24-Mar-08 7:06
A Wong24-Mar-08 7:06 
Generalplease i need real help ( iam tiered from it) Pin
asha_s23-Mar-08 8:54
asha_s23-Mar-08 8:54 
GeneralRe: please i need real help ( iam tiered from it) Pin
Christian Graus23-Mar-08 11:27
protectorChristian Graus23-Mar-08 11:27 
asha_s wrote:
how can i make it delete for ever

is the rong in the connection


For you to even ask that means you don't understand how databases work. You either connect, or you don't. If you're running the same version of the app ( release or debug ) both times, and your column disappears then reappears, it probably means that your UI is not showing it, but you never deleted it.

asha_s wrote:
Dim sql As String = "SELECT * FROM [Section]"
Dim sql2 As String = "SELECT * FROM Slot"
Dim da As New OleDbDataAdapter(sql, con)
Dim da2 As New OleDbDataAdapter(sql2, con)
Dim ds As New DataSet
Dim ds2 As New DataSet


Your code would be easier to read if your variables had meaningful names.

asha_s wrote:
ComboBox105.Text


You have 105 numbered combo boxes ? How do you know that combo105 is the right one ? This is probably your problem.

You're at least using paramerised queries, but it's still better to have a real data layer, IMO.

Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: please i need real help ( iam tiered from it) Pin
asha_s24-Mar-08 0:09
asha_s24-Mar-08 0:09 
GeneralRe: please i need real help ( iam tiered from it) Pin
Dave Kreskowiak24-Mar-08 4:05
mveDave Kreskowiak24-Mar-08 4:05 
GeneralRe: please i need real help ( iam tiered from it) Pin
asha_s24-Mar-08 7:40
asha_s24-Mar-08 7:40 
GeneralRe: please i need real help ( iam tiered from it) Pin
Dave Kreskowiak26-Mar-08 6:47
mveDave Kreskowiak26-Mar-08 6:47 
GeneralRe: please i need real help ( iam tiered from it) Pin
asha_s26-Mar-08 7:18
asha_s26-Mar-08 7:18 
GeneralRe: please i need real help ( iam tiered from it) Pin
Dave Kreskowiak26-Mar-08 7:20
mveDave Kreskowiak26-Mar-08 7:20 
GeneralHelp on a program Pin
antlex23-Mar-08 6:26
antlex23-Mar-08 6:26 
GeneralRe: Help on a program Pin
pmarfleet23-Mar-08 7:11
pmarfleet23-Mar-08 7:11 
GeneralRe: Help on a program Pin
Christian Graus23-Mar-08 11:36
protectorChristian Graus23-Mar-08 11:36 
Questioninserting data in to ms access database Pin
bapu288923-Mar-08 4:38
bapu288923-Mar-08 4:38 
GeneralRe: inserting data in to ms access database Pin
pmarfleet23-Mar-08 5:26
pmarfleet23-Mar-08 5:26 
GeneralRe: inserting data in to ms access database Pin
Paul Conrad23-Mar-08 5:35
professionalPaul Conrad23-Mar-08 5:35 
GeneralRe: inserting data in to ms access database Pin
pmarfleet23-Mar-08 5:51
pmarfleet23-Mar-08 5:51 
QuestionRe: inserting data in to ms access database Pin
bapu288923-Mar-08 6:00
bapu288923-Mar-08 6:00 
GeneralRe: inserting data in to ms access database Pin
Dave Kreskowiak23-Mar-08 15:38
mveDave Kreskowiak23-Mar-08 15:38 
GeneralHosting controls on a layered window Pin
Soumik Chatterjee23-Mar-08 4:02
Soumik Chatterjee23-Mar-08 4:02 
GeneralCalling Web Service using VB6 without SOAP Pin
Kumaran21cen23-Mar-08 3:16
Kumaran21cen23-Mar-08 3:16 

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.