10 AI Tools to Replace your Tedious Work
1. 10web.io - AI Website Builder
2. Lovo.ai - AI Voice Generator
3. Opus.pro - Create viral videos in sec
4. Tldv.io - AI Meeting Assistant
5. Perplexity.ai - Use AI while browsing
6. Kickresume.com - AI Resume Builder
7. Rytr.me - Personal AI copywriter
8. Eightify.app - Summarize YouTube video
9. Chatpdf.com - Chat with any PDF
10. Sheetplus.ai - Write excel formulas with AI
Follow #CoderBaba
  1. 10web.io - AI Website Builder
2. Lovo.ai - AI Voice Generator
3. Opus.pro - Create viral videos in sec
4. Tldv.io - AI Meeting Assistant
5. Perplexity.ai - Use AI while browsing
6. Kickresume.com - AI Resume Builder
7. Rytr.me - Personal AI copywriter
8. Eightify.app - Summarize YouTube video
9. Chatpdf.com - Chat with any PDF
10. Sheetplus.ai - Write excel formulas with AI
Follow #CoderBaba
Learn top skills @ INR 99/ year
Access to 150+ courses like
πHTML
πCSS
πBOOTSTRAP
πANGULAR
πDJANGO
πAWS
πTENSORFLOW
πC++
π Join Now
https://bit.ly/444z5Y8
  Access to 150+ courses like
πHTML
πCSS
πBOOTSTRAP
πANGULAR
πDJANGO
πAWS
πTENSORFLOW
πC++
π Join Now
https://bit.ly/444z5Y8
Dynamic database connection
https://youtu.be/4EAM-niTrIg
  
  https://youtu.be/4EAM-niTrIg
YouTube
  
  Dynamic Database Connection in C#.NET | #coderbaba
  Dynamic Database Connection in C#.NET: A Step-by-Step Guide
Efficient Database Connection: Boosting Performance and Optimization Techniques
Join this channel to get access to perks:
https://www.youtube.com/channel/UCxclWQu6j7FOAEiUHr3arQQ/join
#coderbabaβ¦
  Efficient Database Connection: Boosting Performance and Optimization Techniques
Join this channel to get access to perks:
https://www.youtube.com/channel/UCxclWQu6j7FOAEiUHr3arQQ/join
#coderbabaβ¦
Learn top skills @ INR 99/ year
Access to 150+ courses like ππ
ποΈHTML
ποΈCSS
ποΈBOOTSTRAP
ποΈANGULAR
ποΈDJANGO
ποΈAWS
ποΈTENSORFLOW
ποΈC++
π Join Now - https://bit.ly/444z5Y8
  Access to 150+ courses like ππ
ποΈHTML
ποΈCSS
ποΈBOOTSTRAP
ποΈANGULAR
ποΈDJANGO
ποΈAWS
ποΈTENSORFLOW
ποΈC++
π Join Now - https://bit.ly/444z5Y8
How to create table
create table tblAdmin
{
AdminID nvarchar(50) primary key,
Password nvarchar(50),
FullName nvarchar(50)
}
create table tblSeller
(
SellerID int primary key,
SellerName nvarchar(50),
SellerAge int,
SellerPhone nvarchar(10),
SellerPass nvarchar(50)
)
create table tblCategory
(
CatID int primary key not null,
CategoryName nvarchar(50),
CategoryDesc nvarchar(50)
)
create table tblProduct
{
ProdID int primary key not null,
ProdName nvarchar(50),
ProdPrice int null,
ProdQty int,
ProdCatID int,
}
create table tblBill
{
Bill_ID int primary key,
SellerID nvarchar(50),
SellDate narchar(50),
TotalAmt decimal(18,2)
}
follow @coder_baba
create table tblAdmin
{
AdminID nvarchar(50) primary key,
Password nvarchar(50),
FullName nvarchar(50)
}
create table tblSeller
(
SellerID int primary key,
SellerName nvarchar(50),
SellerAge int,
SellerPhone nvarchar(10),
SellerPass nvarchar(50)
)
create table tblCategory
(
CatID int primary key not null,
CategoryName nvarchar(50),
CategoryDesc nvarchar(50)
)
create table tblProduct
{
ProdID int primary key not null,
ProdName nvarchar(50),
ProdPrice int null,
ProdQty int,
ProdCatID int,
}
create table tblBill
{
Bill_ID int primary key,
SellerID nvarchar(50),
SellDate narchar(50),
TotalAmt decimal(18,2)
}
follow @coder_baba
π1
  