Skip to content

Instantly share code, notes, and snippets.

USE [NASA]
GO
/****** Object: StoredProcedure [dbo].[addnewaccount] Script Date: 10/20/2018 11:05:55 AM ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER proc [dbo].[addnewaccount]
@cname nvarchar(50),
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;