Viewing 15 posts - 16 through 30 (of 30 total)
The user is me. I'm the dbo.
August 29, 2006 at 12:53 pm
Of course. I've checked out that spelling of the sp is correct and everything.
August 29, 2006 at 12:43 pm
Carl
Just thought I'd let you know I finally created a solution to this problem. Since creating Schema.ini options are grayed out in Microsoft Access Projects I created one using code:
Sub...
August 29, 2006 at 12:12 pm
Not sure what this has to do with SQL Server but try Zonealarm.
Also a lot of the home internet providers provide free anti-virus and firewalls. For instance Comcast offers...
August 29, 2006 at 5:12 am
Carl
What I was hoping to do was to do as you say and export it manually and save the Spec file from that manual export. You can then list that...
August 23, 2006 at 9:44 am
Thanks, yes I tried that and it works great. If you click on the Advanced button you get a screen where you can set Text Qualifier to ", ' or...
August 23, 2006 at 8:45 am
Thanks for the reply. It's not the delimiter that's the problem. It's that it puts quotes around all data since all of my exported columns are nvarchar. Here's an example:
"Bracket...
August 23, 2006 at 5:42 am
Thanks guys. I just finally gave up and used the DELETE statement.
August 21, 2006 at 5:24 am
I do use ADO. I just saw that DAO code on a website and thought I would try it. The problem is some procedures do pass the info to Access...
August 9, 2006 at 5:26 am
Never mind. Dummy me. This is the code that caused this:
MsgBox Err.Description
MsgBox Err.Number
August 8, 2006 at 11:26 am
It might be the data type you are using. Decimal is much more accurate than float in SQL Server 2000. Here is a quote from BOL: "Approximate number data types...
July 27, 2006 at 5:20 am
I've been working on an Access Project with Access 2003 and SQL Server 2000. I tried creating a project using SQL Server 2005 and it gave me a message saying...
July 19, 2006 at 7:13 am
Thanx for the answers. I know what is causing the error. I just need to know what row is causing it so I can adjust the proc to look for...
June 29, 2006 at 6:24 am
Instead of leaving your program running fulltime, you could use Scheduled Tasks in Control Panel to open the application and run your macro. If you type "Startup command-line options" in...
June 29, 2006 at 5:41 am
June 22, 2006 at 7:30 am
Viewing 15 posts - 16 through 30 (of 30 total)