How to change Crystal Reports connection string using OLE DB in vb.net?
问题 i have a "Connection.vb" where all my Connection string stored and used by the entire program. i'm new to Crystal Reports.. and i want to changes its connection string based on the connection string i made... im using MS SQL 2008.. SQL Server Native Client 10.0 OLE DB Provider.. and here is my connection string. "Provider=SQLNCLI10;Server=....\SQLEXPRESS;Database=Blah;Trusted_Connection=yes" i tried to google it.. but they are using different language, different database, and complex examples