Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

aylal899431
aylal899431
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
2

Questions

Questions
0

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by aylal899431
Customize the badges you want to showcase on your profile
Re: Unable to connect to a remote database through ASP. NET ( ASPHostPortal.com Hosting ) - Adobe Experience Cloud 27-05-2015
ahaa ok I'll try and I hope it works

Views

281

Likes

0

Replies

0
Unable to connect to a remote database through ASP. NET ( ASPHostPortal.com Hosting ) - Adobe Experience Cloud 25-05-2015
I have a ASP.NET website and an hosting account on asphostportal.com. I created a SQL Server Database with Direct Access and updated the connection string with the one provided by asphostportal There are no errors, but I see no data being stored in the database on a form submit. Code to insert a row is as follows: public int run_sql(string msg){ SqlConnection conn = new SqlConnection(); SqlCommand cmd = new SqlCommand(); SqlDataAdapter da = new SqlDataAdapter(); DataSet ds = new DataSet(); conn....

Views

484

Likes

0

Replies

2