Search results for query: *

  • Users: davco1
  • Content: Threads
  • Order by date
  1. D

    Question Dynamically creating database

    I am using vb .net 2003 and sql 2000,and I am trying to create a database using textboxes to name them and I keep getting syntax errors with this code. Dim cmd As New SqlCommand(strSQL, cn) Dim res As String res = TB1.Text Dim strSQL As String = _ "IF...
  2. D

    invalid parameter

    Can anyone tell me what causes this to throw an exception:'System.ArgumentException` Imports System.Drawing Public Class Form1 Inherits System.Windows.Forms.Form #Region " Windows Form Designer generated code " Public Sub New() MyBase.New() 'This call is required by the Windows Form...
Back
Top