Skip to content

GurvinderGarcha/TestTransactions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

TestTransactions

Please update the connection string in the web config file.

The local database mdf file can be used for the database with updated connection string or create new database and run the following query against that database.

Create database TransactionData ( Id int primary key identity(1,1), Account nvarchar(100) not null, Description nvarchar(1000) not null, CurrencyCode nvarchar(20) not null, Amount decimal(10,2) not null )

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published