Hello -
I am trying to speed up my forms by setting up a record set to get a sub-set of data out of several very large ODBC-connected tables.
I am trying to follow the suggestions at
{Illegal link removed}
My code is as follows, but I am getting this error:
Run time error '-2147467259 (80004005)
ODBC--"Connection to 'InterAction Connection' failed.
"InterActio n...
Search Result
Collapse
4 results in 0.0041 seconds.
Keywords
Members
Tags
-
Sandra Walsh started a topic Setting up a recordset - How do I connect to a data source on a server?in AccessSetting up a recordset - How do I connect to a data source on a server?
Last edited by NeoPa; Jan 25 '12, 11:03 PM. Reason: Please don't post links to competing forum sites. -
Mail Merge Data Source Connection Error
Hello All,
I have scoured google for the past few days trying to find a fix for my mail merger problem, and am still unable to use an outside program to start the mail merge.
The error I receive is
"Error #1429 in execute (0): OLE IDispatch exception code 0 from Microsoft Word: Word was unable to open the data source..."
We use Zangle student manager, and I created a mail merge which... -
Create pivot table using macros
Hi everyone(:
I'm having trouble creating pivot tables using macros.
First i tried recording it then running the exact same thing. It worked fine the first time but a week later when i tried it again the pivot table failed me. As i am using raw data as the data source, hence the number of rows changes everyday and therefore the datasource for the pivot table code cannot be fixed.
How do i do this?... -
System.ArgumentException: Keyword not supported: 'datasource'
Hi when iam trying to insert data into tables created in sql database iam getting this error
could someone help me
CODE:
Code:SqlConnection cn = new SqlConnection(ConfigurationManager.ConnectionStrings["connectionstring"].ConnectionString); SqlDataAdapter da = new SqlDataAdapter("select * from Students", cn);
[code=xml]
<connectionStri ngs>...