User Profile

Collapse

Profile Sidebar

Collapse
nazimsal
nazimsal
Last Activity: Dec 31 '08, 11:47 PM
Joined: Nov 6 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • i'm not able to retriew Error mg

    i'm not able to retriew Error mg...
    See more | Go to post

    Leave a comment:


    1. ALTER PROCEDURE [dbo].[InsertAccount]

      @BankID AS VARCHAR(500) ,
      @Account_TypeID AS VARCHAR(500) ,
      @First_Name AS VARCHAR(500) ,
      @Last_Name AS VARCHAR(500) ,
      @Date_Birth AS DATETIME ,
      @Citizenship AS VARCHAR(500) ,
      @Civil_Id AS BIGINT ,
      @Address AS VARCHAR(500) ,
      @Father_Name AS VARCHAR(500) ,
      @Profession AS VARCHAR(500) ,
      @phoneNo varchar(500)
    ...
    See more | Go to post

    Leave a comment:


  • ALTER PROCEDURE [dbo].[InsertAccount]

    @BankID AS VARCHAR(500) ,
    @Account_TypeID AS VARCHAR(500) ,
    @First_Name AS VARCHAR(500) ,
    @Last_Name AS VARCHAR(500) ,
    @Date_Birth AS DATETIME ,
    @Citizenship AS VARCHAR(500) ,
    @Civil_Id AS BIGINT ,
    @Address AS VARCHAR(500) ,
    @Father_Name AS VARCHAR(500) ,
    @Profession AS VARCHAR(500) ,
    @phoneNo varchar(500) ,
    ...
    See more | Go to post

    Leave a comment:


  • nazimsal
    started a topic Solve this and replay me i hunged here

    Solve this and replay me i hunged here

    Code:
    Imports System.Data.SqlClient
    Namespace Accounts
        Public Class NewAccount
            Dim cmd As New SqlCommand
            Dim c As New DatabaseConnection.DataBaseConnaction.ConnectionClass
            Function CreateAccount(ByVal BankID As String, ByVal Account_TypeID As String, ByVal First_Name As String, ByVal Last_Name As String, ByVal Date_Birth As DateTime, ByVal Citizenship As String, ByVal Civil_Id As Integer,
    ...
    See more | Go to post
    Last edited by numberwhun; Nov 6 '08, 03:13 AM. Reason: Please use code tags!

  • nazimsal
    replied to Beginners Question
    Public Class Form1

    Private Sub Button1_Click(B yVal sender As System.Object, ByVal e As System.EventArg s) Handles Button1.Click
    Dim LibraryDB As New SqlClient.SqlCo nnection( _
    "Data Source=ELIAS-NEWPC\SQLEXPRES S;Initial Ctalog=Library; User ID="Elias-NewPc\Elias";In tegrated Security=true")
    LibraryDB.Open( )
    MessageBox.Show ("Connection Established!")...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...