Viewing 15 posts - 241 through 255 (of 595 total)
Do not underestimate the amount of effort to convert an Access app to the .NET platform. In my experience, this can easily cost $100K US and take 6 months or...
June 2, 2008 at 6:55 am
Something that might have initially discouraged people from the new certs:
"In our initial communications about the Professional Series certifications, we announced that a "refresh" or recertification of the MCITP and...
May 14, 2008 at 7:06 am
Lynn Pettis (5/8/2008)
May 8, 2008 at 8:51 am
I agree that Resource is a system database with the physical name mssqlsystemresource.mdf, in the sense that the system uses it. But I can also see a physical file named...
May 8, 2008 at 7:56 am
I've used the SQL Server Migration Assistant (SSMA) and it works very well. But if the Access tables and relationships are substantially different from your SQL database, or if the...
May 6, 2008 at 8:53 am
Hurray! I found a job, full-time, permanent, with a good salary.
I can highly recommend Ed at the MDI Group, he works with Access, SQL, Oracle, Java, .NET, Business Analysts, etc....
May 5, 2008 at 9:25 am
I posted the code at my web site, the Forms version (shown above) is at
http://www.wvmitchell.com/tips/GetDataSources_Forms.htm
and the Reports version is at
May 1, 2008 at 5:20 pm
Yes, this is VBA. Create a new standard module in Access:
From the database window, select Modules and then click New
And then paste this code in, and place your cursor anywhere...
May 1, 2008 at 11:45 am
You could loop through all the objects and build a table with that info. Here is an example how to do the forms; the reports would be similar:
Sub GetDataSources_Forms()
...
May 1, 2008 at 10:19 am
The biggest challenge will be with the images - they are usually stored in sub-folders on the web server. In some cases they are hosted on another domain like akamai.
If...
April 30, 2008 at 8:56 am
I agree, the worst questions generate the best discussions.
BTW that Express trace flag was originally undocumented, until the msdn article was updated 14 April 2006.
April 24, 2008 at 12:42 pm
I was assuming that Access was just going to be an additional layer in-between the VB app and SQL Server. If the VB app uses ADO then just changing the...
April 24, 2008 at 12:04 pm
Matt,
The OP was going to connect from VB6 thru Access to SQL Server, and I don't think that AutoExec would run in that scenario.
April 24, 2008 at 10:35 am
Quoting from the msdn article...
"the DAC exists solely for diagnosing server problems in rare circumstances"
"To conserve resources, SQL Server 2005 Express Edition does not listen on the DAC port unless...
April 24, 2008 at 9:13 am
Maintenance problem:
In Access, when you create a link to an ODBC data source, Access will memorize the schema of the underlying table. If you make a change to the table,...
April 23, 2008 at 8:37 am
Viewing 15 posts - 241 through 255 (of 595 total)