Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Microsoft Access > Re: MsAccess to...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 13 of 26 Topic 30600 of 31576
Post > Topic >>

Re: MsAccess to SqlServer: sp_setapprole problem

by "Larry Linson" <bouncer@[EMAIL PROTECTED] > Jun 30, 2008 at 05:02 AM

Lyle, do you find those operations useful in the "normal business
databases" 
for which Access is so well-suited, or just when using an ADP as a
front-end 
to MS SQL Server?  I don't seem to recall, in using Access since its 
inception, a _need_ to "get a table/query as a string". Most of my
clients, 
even those with MS SQL Server, did not want any vital applications created

that would limit their ability to change the server back end if their 
company decided to do so.  Thus, ADO's were unacceptable to those clients.

Refresh my memory: didn't you write that you, for good reason, stopped
using 
ADPs?

Or are you talking about using ADO in an MDB/MDE/ACCDB? I'm reluctant to
use 
a data access technology that has already been superceded in its "natural 
environment" (Microsoft's developer tools) by ADO.NET which is little like

"classic ADO" (as I am sure you are aware).

 Larry Linson
 Microsoft Office Access MVP


"lyle fairfield" <lyle.fairfield@[EMAIL PROTECTED]
> wrote in message 
news:fdd585d9-7f9a-4a17-9cc9-fc176986d80c@[EMAIL PROTECTED]
 Jun 29, 12:09 am, "Tony Toews [MVP]" <tto...@[EMAIL PROTECTED]
>
wrote:
> lyle fairfield <lyle.fairfi...@[EMAIL PROTECTED]
> wrote:
> >You're right. It's still going strong, the same old unsophisticated,
> >ugly, clumsy technology we knew and loved almost,twenty years ago.
>
> >Why does MS cling to it? IMO it's this way. MS wants to sell Access.
> >There are more people who are lazy and/or stupid than there are who
> >are smart and/or industrious. So their marketing is aimed at the lazy/
> >stupid majority. Here you go, bozos, a database you can use with no
> >effort, training, learning caring or education. A new, sophisticated
> >technology scarcely fits with that, does it?
>
> ADO has some new features that I'm aware of but none seemed
> particularly useful to me.
>
> From what I've seen ADO and DAO don't have a lot of differences. So
> what else or what improvements would you suggest?
>
> Tony
> --
> Tony Toews, Microsoft Access MVP
> Please respond only in the newsgroups so that others can
> read the entire thread of messages.
> Microsoft Access Links, Hints, Tips & Accounting Systems 
> athttp://www.granite.ab.ca/accsmstr.htm
> Tony's Microsoft Access Blog -http://msmvps.com/blogs/access/

----------------------

GetString Method (ADO)

Returns the Recordset as a string.

Variant = recordset.GetString(StringFormat, NumRows, ColumnDelimiter,
RowDelimiter, NullExpr)

-----------------

Save Method

Saves the Recordset in a file or Stream object.

recordset.Save Destination, PersistFormat

Parameters

Destination

    Optional. A Variant that represents the complete path name of the
file where the Recordset is to be saved, or a reference to a Stream
object.

PersistFormat

    Optional. A PersistFormatEnum value that specifies the format in
which the Recordset is to be saved (XML or ADTG). The default value is
adPersistADTG.

--

Open Method (ADO Recordset)

Opens a cursor on a Recordset object.

Parameters

Source

    Optional. A Variant that evaluates to a valid Command object, an
SQL statement, a table name, a stored procedure call, a URL, or the
name of a file or Stream object containing a persistently stored
Recordset.

ActiveConnection

    Optional. Either a Variant that evaluates to a valid Connection
object variable name, or a String that contains ConnectionString
parameters.

CursorType

    Optional. A CursorTypeEnum value that determines the type of
cursor that the provider should use when opening the Recordset. The
default value is adOpenForwardOnly.

LockType

    Optional. A LockTypeEnum value that determines what type of
locking (concurrency) the provider should use when opening the
Recordset. The default value is adLockReadOnly.

Options

    Optional. A Long value that indicates how the provider should
evaluate the Source argument if it represents something other than a
Command object, or that the Recordset should be restored from a file
where it was previously saved. Can be one or more CommandTypeEnum or
ExecuteOptionEnum values, which can be combined with a bitwise OR
operator

----------

GetChildren Method (ADO)

Returns a Recordset whose rows represent the children of a collection
Record.

Set recordset = record.GetChildren

 Return Value

A Recordset object for which each row represents a child of the
current Record object. For example, the children of a Record that
represents a directory would be the files and subdirectories contained
within the parent directory
 




 26 Posts in Topic:
MsAccess to SqlServer: sp_setapprole problem
adjo <adgnews@[EMAIL P  2008-06-27 08:15:10 
Re: MsAccess to SqlServer: sp_setapprole problem
Rich P <rpng123@[EMAIL  2008-06-27 12:13:27 
Re: MsAccess to SqlServer: sp_setapprole problem
"a a r o n . k e m p  2008-06-27 20:26:01 
Re: MsAccess to SqlServer: sp_setapprole problem
adjo <adgnews@[EMAIL P  2008-06-28 03:09:25 
Re: MsAccess to SqlServer: sp_setapprole problem
adjo <adgnews@[EMAIL P  2008-06-28 03:11:42 
Re: MsAccess to SqlServer: sp_setapprole problem
"Tony Toews [MVP]&qu  2008-06-28 16:52:57 
Re: MsAccess to SqlServer: sp_setapprole problem
adjo <adgnews@[EMAIL P  2008-06-28 04:02:56 
Re: MsAccess to SqlServer: sp_setapprole problem
lyle fairfield <lyle.f  2008-06-28 05:56:38 
Re: MsAccess to SqlServer: sp_setapprole problem
lyle fairfield <lyle.f  2008-06-28 18:07:38 
Re: MsAccess to SqlServer: sp_setapprole problem
"Tony Toews [MVP]&qu  2008-06-28 22:09:32 
Re: MsAccess to SqlServer: sp_setapprole problem
lyle fairfield <lyle.f  2008-06-29 03:04:58 
Re: MsAccess to SqlServer: sp_setapprole problem
lyle fairfield <lyle.f  2008-06-29 03:34:47 
Re: MsAccess to SqlServer: sp_setapprole problem
"Larry Linson"   2008-06-30 05:02:36 
Re: MsAccess to SqlServer: sp_setapprole problem
adjo <adgnews@[EMAIL P  2008-06-30 01:53:36 
Re: MsAccess to SqlServer: sp_setapprole problem
adjo <adgnews@[EMAIL P  2008-06-30 01:56:14 
Re: MsAccess to SqlServer: sp_setapprole problem
Rich P <rpng123@[EMAIL  2008-06-30 10:22:29 
Re: MsAccess to SqlServer: sp_setapprole problem
lyle fairfield <lyle.f  2008-06-30 10:07:50 
Re: MsAccess to SqlServer: sp_setapprole problem
Rich P <rpng123@[EMAIL  2008-06-30 13:09:28 
Re: MsAccess to SqlServer: sp_setapprole problem
adjo <adgnews@[EMAIL P  2008-07-02 12:01:21 
Re: MsAccess to SqlServer: sp_setapprole problem
"James A. Fortune&qu  2008-06-30 14:41:46 
Re: MsAccess to SqlServer: sp_setapprole problem
"Tony Toews [MVP]&qu  2008-06-30 21:59:25 
Re: MsAccess to SqlServer: sp_setapprole problem
"aaron.kempf@[EMAIL   2008-07-01 22:42:44 
Re: MsAccess to SqlServer: sp_setapprole problem
lyle fairfield <lyle.f  2008-06-30 05:21:57 
Re: MsAccess to SqlServer: sp_setapprole problem
"Larry Linson"   2008-07-01 03:38:02 
Re: MsAccess to SqlServer: sp_setapprole problem
adjo <adgnews@[EMAIL P  2008-07-02 12:20:33 
Re: MsAccess to SqlServer: sp_setapprole problem
lyle fairfield <lyle.f  2008-07-02 16:09:16 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Tue Dec 2 22:53:40 CST 2008.