please help someone help me.. i need to create a phonebook application, if else, i will fail in my subject. Or help me to insert data on mircrosoft sql server using a save button. please someone... asap.. thanks!

Recommended Answers

All 3 Replies

>please help someone help me.

That's not help. That would be doing your homework for you.

>i need to create a phonebook application, if else, i will fail in my subject.

:-/

Try to code and if you run into problems and want to ask for help here.

Please read member rules and homework policy at daniweb.

i'm having a problem with this.. conn = GetConnect() ..GetConnect is not declared.. can you help me?

i'm having a problem with this.. conn = GetConnect() ..GetConnect is not declared.. can you help me?

I Think You are talking about sql connection if Yes then this is how I declare that kind of object
You need to first add this assembly to Your file:
using System.Data.SqlClient;
and then
SqlConnection connection=new SqlConnection("here comes Your connection string");

I hope this helps

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.