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 gmmastros 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. 229257

    DetailsView use DynamicField instead of BoundField

    Hi, When adding a DetailsView and configuring the datasource Visual Studio automatically generates fields for each column in the datasource which is great. Here's the but... We would like to alter this so Visual Studio uses a DynamicField instead without having to alter the ASP mark up. E.g...
  2. 229257

    Pervasive to MS SQL migration

    Hi! I've been given the task of migrating an old Pervasive DB (version 9.10) into MS SQL. My background is .net and MS SQL so my pervasive knowledge is limited. I'm going to use Pervasive.Data.SqlClient provider for .net to read the data in and migrate to similar structures in MS SQL. This...
  3. 229257

    Job Scheduler

    Thanks for your comments Jason! You're right - we don't need to compile any code at runtime. I've found an alternative method of supplying a dynamic assembly, class, method and parameters. All credit must go to the article below. I've used this as the basis of my prototype so it still needs...
  4. 229257

    Job Scheduler

    Hi All, We're developing a scheduler for our new .net application to control reporting / update programs / month end procedures etc. and we were discussing the best way to achieve this... The main requirement is that we need to execute any method in the BLL layer that could be in different...
  5. 229257

    Samba Working Directory

    Hi All, We are using SourceSafe 2005 and would like to use a samba share as the working directory. We got it setup but have encountered a problem when we check an item back in it doesn't apply the read only flag as it would on a windows share. I have tried going into a file on the samba share...
  6. 229257

    CASE Statement

    Hi! I'm pretty new to tsql programming and was wondering if the following is possible with a CASE statement. Depending on the parameters sent to a SP I want to retrieve different product codes. The tidiest way to do would be have a statement like:- WHERE [Product].Type IN CASE WHEN...
  7. 229257

    Active Directory Authentication SQL 2000 SP4

    I have tried creating an ODBC connection on a new workstation but the problem still occurs.
  8. 229257

    Active Directory Authentication SQL 2000 SP4

    Hi, I am using a group that has been working on a SQL Server for the last couple of years. It works on the old box but not on the new box. As a test I am trying to setup an ODBC connection to a database on the new server (this is where i am getting the error), I have tried making the default...
  9. 229257

    Active Directory Authentication SQL 2000 SP4

    Hi, I have tried setting the default database to both 'master' and the test db which I have granted the group access to, unfortunately this doesn't work. The frustrating thing with this is if I add the AD user everything works as expected. Thanks 229257
  10. 229257

    Active Directory Authentication SQL 2000 SP4

    Hi There! The exact error message is Connection failed: SQLState: '08004' SQL Server Error: 4062 Server rejected the connection; Access to the selected database has been denied I have tried some other things since my first post without any joy: - Gave this AD group full permissions on a...
  11. 229257

    Active Directory Authentication SQL 2000 SP4

    Hi, We are currently experiencing a problem with SQL 2000 SP4 whereby access is denied to an Active Directory group but not an AD user. We gave the AD group an SQL login and granted the relevant permissions to the database. When we try to create an ODBC connection as a user of this group the...
  12. 229257

    Career Direction JDE World 7.3

    Thanks some really good background. Is the AS400 database a true relational database? I have had experience with UniData (now supported by IBM) this is a mutli valued database which can be awkward to deal with. Thanks Again, 229257
  13. 229257

    Career Direction JDE World 7.3

    Thanks jmd0252, I have had experience of IBM UniData which seems to be from a similar era so getting to grips with technology shouldn't be a problem. Anyway the role is not a developer's role it is more an analyst / project management. How widely used is 7.3 now a days? Is the AS400...
  14. 229257

    Career Direction JDE World 7.3

    Thanks for that!! Looking at the forums has certainly shed some light on the subject but are there any JD Edwards people out there who can advise further? Thanks 229257
  15. 229257

    Career Direction JDE World 7.3

    Hi, I have been offered a position within a company that plans to implement JDE World 7.3 during the next year. One reservation I have with the role is that I have been told is that the system is now quite old. Is this true? How widely used is JDE World 7.3? In terms of the technology on which...
  16. 229257

    Creating a user without sysdba privilege within a procedure?

    Hi, I can understand your reservations about such a question but there is a genuine reason for this. I would like our help desk team to be able to create users to take the load of us DBA's and to decrease the time a user has to wait for their login. I dont want to give them sysdba for obvious...
  17. 229257

    Creating a user without sysdba privilege within a procedure?

    Hi, I have heard it is possible to create a user within a procedure then you can grant access to this procedure to a normal user allowing them to create users. How could this be done? I tried always to do it but no joy, any ideas? This would be a big help, Thanks 229257
  18. 229257

    What if RMAN backup fails?

    Hi, I have recently setup an RMAN backup that is scheduled via windows scheduler, i must admit this is pretty new to me. How will i know if the backup has failed? I would also like to know how long the backup has taken? I would like to be able to run something every morning in Oracle (via script...
  19. 229257

    Adding print server to solaris 8

    Yeah the print server has been added to the hosts file and you can ping by hostname. Somehow we need to add the printer specifying which print server to use and also which port to use on this server becuase it has 3 parallel ports P1 - P3 (queue names). Thanks 229257
  20. 229257

    Adding print server to solaris 8

    We are using Solaris 8 and we have jetadmin already installed. When we try to add the printer with jetadmin it is unable to find the printer because it is connected to an external print server. We have other HP printers that we have configured with jetadmin but these have internal network...

Part and Inventory Search

Back
Top