Hi guys!
Anyone knows why Crystal Report ask me ID and Password during runtime? I' don't have them!
I just connect my dataset to report...any example?
Thanks!
Hi guys!
Anyone knows why Crystal Report ask me ID and Password during runtime? I' don't have them!
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Riddhi ValechaPosted Feb 29, 2016, 9:24 AM
Guest UserPosted Feb 29, 2016, 7:31 AM
So guys.. i really getting mad!
SAP does not work! I set integrity sicurity but no way!Still ask me password...
Riddhi ValechaPosted Feb 28, 2016, 9:59 AM
Guest UserPosted Feb 28, 2016, 6:02 AM
Guys i'll let you know what is best!Really thanks to all for your help.
Anyway i choose to use SAP becouse of i opened a project made vs 2012 with vs 2015 and i don't know why report viewer does not work anymore.
Riddhi ValechaPosted Feb 27, 2016, 2:26 PM
Krishna Rajput SinghPosted Feb 27, 2016, 1:13 PM
- public partial class Form1 : Form
- {
- SqlConnection con = new SqlConnection();
- public Form1()
- {
- SqlConnection con = new SqlConnection();
- con.ConnectionString = "Data Source=KRISHNA-PC\\SQLEXPRESS;Initial Catalog=STUDENT;Integrated Security=True";
-
- InitializeComponent();
- }
-
- private void Form1_Load(object sender, EventArgs e)
- {
- // TODO: This line of code loads data into the 'sTUDENTDataSet.login' table. You can move, or remove it, as needed.
- //this.loginTableAdapter.Fill(this.sTUDENTDataSet.login);
- SqlConnection con = new SqlConnection("Data Source=KRISHNA-PC\\SQLEXPRESS;Initial Catalog=STUDENT;Integrated Security=True");
- con.Open();
-
if helpful mark answer as correctGuest UserPosted Feb 27, 2016, 10:05 AM
Thanks Man!
So i'm using a DataSet from SQLite...i can not see the form "Connection Server".
Amit Kumar SinghPosted Feb 27, 2016, 9:40 AM
Guest UserPosted Feb 27, 2016, 9:03 AM
Ranjit PowarPosted Feb 27, 2016, 8:10 AM