Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. 1manedp

    Linking to a view - how to avoid 'Select Primary Field'

    Thanks lameid, I haven't tried the refreshlink method yet (I've been tearing down the links and recreating them with code instead) and I will have to look into it -- it sounds as if this could make upgrades much less intense. As far as the unique index is concerned, I found the piece in the...
  2. 1manedp

    Linking to a view - how to avoid 'Select Primary Field'

    I have a related problem. I have a number of views that I will be wanting to insert or update on (SQL Server 2000 back-end), so I want to link to all of these using vba by specifying the single server resource once and making the links. I don't want to have to reset all the links by picking...
  3. 1manedp

    call stored procedure from ms access 97

    You can use an SQL pass-through query. This allows you to write the SQL code exactly as you want to see it. exec MyMSSQLStoredProcedure 'parm1','parm2', parm3 You can use vba to modify the properties of the query -- even change to procedure you run. Make sure to specify whether or not you...
  4. 1manedp

    automate primary key assignment for linked SQL tables in Access 97

    I have a SQL 2000 backend with an Access 97 front-end and want to better control data access with SQL views. SQL Server 2000 allows one to insert data using a view, provided a unique identifier is specified when the link is created. I have written a vb script that automates the linking process...
  5. 1manedp

    MAX TABLE IN A SELECT

    Have you tried breaking some of the joins up into views that already reference a few of the tables. Then, you could join the views with the rest of the tables in the SELECT. The only downside that I can think of is since views are only populated as needed, the resources required may be just as...
  6. 1manedp

    Word 97 gets mem err after AOL install

    During installation of AOL, a friend of mine got the error: "AOL has encountered an error" halfway through the install and then it disappeared. She finds that she can access e-mail through AOL, but the error message re-occurs when accessing the 'Net. So, what does this have to do...
  7. 1manedp

    Hiding Application Manager Set

    I may have an ideas on the second part of your question. Citrix is very aware (even pre-Win2K) of the current user on the client desktop. Connections, etc., defined for one user (username/password at the desktop level) are unavailable to the next. A workaround to get icons and ICA...
  8. 1manedp

    Notes R5, WIN2K and Dial-up Issues

    I don't know about this from a Notes point of view, however, a terminal server-type of solution (like Citrix) might be worth considering. That way the call is dealt with by the terminal server and the Notes client runs on your internal network. We have had a successful trial with Citrix and...
  9. 1manedp

    What are the current fledgling technologies....

    I think Nevmega's on to something with the channels approach. However, I think any sufficiently wide pipe will escalate it. He's also right in that entertainment is the most universal common denominator of all netizens. On-line amusements archives (books, TVs, movies) will do well, but look...
  10. 1manedp

    Default Properties on Autocreated Printers

    Since Citrix keys in on the printer name, you might want to try creating two sets of the printers that you expect your European clients to have (i.e. Brand Printer and Brand Printer - A4) and set the default properties on the second to load A4. (I haven't tried this -- only theorizing based on...
  11. 1manedp

    Client hp 3100 printer problem

    I've had the same problem and it is still unresolved. Citrix' site and this forum suggest installing printers unknown to NT Term Svr on the server, which I did. Unfortunately, my users are still unable to print. My next step is to setup a testbed at our main office with a 3100 and rule out...
  12. 1manedp

    SunOS Patch for Sendmail 8.8.8 fails

    I have tried to upgrade our Netra mail server to Sendmail 8.8.8 via Sun's patch for SunOS 5.5.1/Solaris 2.5.1, and when applied, no e-mail is allowed through the server.  I get a DNS-related error: "config error: mail loops back to me (MX problem?)"  However...
  13. 1manedp

    GENERIC /TEXT PRINT DRIVER FOR WINDOWS 95

    I like both these gentlemen's responses. The only thing I will add is don't be afraid to try any number of old printer drivers (like the proprinter -- which is a great idea since it's IBM, too) until you find one that might work.  However, a word to the wise:  Keep your test...
  14. 1manedp

    E-Commerce: Advertising vs. Direct Sales - where to go from here?

    Don't forget security.&nbsp;&nbsp;You don't want people from the web to be able to get directly at your database.&nbsp;&nbsp;A piece of middleware that has only the specific priveleges you give it to your database might be one response. Another might be parallel databases. <br>I know that there...
  15. 1manedp

    Error Emm386.exe

    I hate to bring up audit trail, but I think, in this case, we really need one.<br><br>1.&nbsp;&nbsp;What did your PC look like prior to your current error (i.e. processor, operating system, how much RAM, how much disk)?<br><br>2.&nbsp;&nbsp;What changed between 1. above and your current...
  16. 1manedp

    sharing URL's?

    Two ways:<br><br>If you wish to send your entire bookmarks file, it is stored as bookmark.htm in C:\Program Files\Netscape\Users\[profilename]\&nbsp;&nbsp;where [profilename] is your username ¦ profilename.&nbsp;&nbsp;It is often left as 'default' or the part of your e-mail address before the...
  17. 1manedp

    Sent Mail folder full error

    Thanks, hirakic.<br><br>It looks like this error message must refer to a number of situations where the Sent Mail folder is unfit for some reason or another.&nbsp;&nbsp;I was ab le to work around the error.&nbsp;&nbsp;I created a second profile using the profile manager and let Netscape create...
  18. 1manedp

    Sent Mail folder full error

    One of our staff members is getting a series of messages when sending an e-mail.&nbsp;&nbsp;The first indicates that it can't open folder.&nbsp;&nbsp;Clicking OK leads to that it can't open the Sent folder and then finally, another click OK notifies the user that the message has been sent but...
  19. 1manedp

    Cant see `user dialog box` when trying to share folders.

    Can you avoid the whole problem by simply sharing the resource without developing a specific user list.&nbsp;&nbsp;Truth be told, with basic NetBEUI file & print sharing, I am unfamiliar with user lists for a resource you want to share from a Win 95/98 box.&nbsp;&nbsp;I'd be interested in what...
  20. 1manedp

    How much bandwidth is enough for 1000 customers at once.

    I hate to be trite, but there's generally only one answer to a bandwidth question (they're like memory questions in this regard):&nbsp;&nbsp;As much as you can reasonably afford and then consider a little bit more.

Part and Inventory Search

Back
Top