Get answers.  Share knowledge.  Collaborate with peers.




How to create data security in SQL server 2005 so that the code will not be opened
how to create data security in sql server 2005 so that the code will not be opened

Answer Question   |  December 13, 2010  9:52 AM
SQL Security, SQL Server 2005, SQL Server 2005 security, SQL Server security
asked by:
15 pts.

Starting a session in MySQL
how to start a session in my sql?

Answer Question   |  December 13, 2010  9:48 AM
MySQL, MySQL functions, MySQL query
asked by:
5 pts.

Saving AS/400 Libraries on tape disk
Good day to all, I am new user of AS/400. I need to know how take backup of specific libraries on tape disk, step by step procedure, how to prerequisite services end and start after taking backup. Thanks, Regards, Tahir Ali

Answer Question   |  December 25, 2010  9:12 AM
AS/400 backup, AS/400 Library, Tape Backups, Tape libraries
asked by:
150 pts.

Home directory clean up on Active Directory Windows Server 2003
I am looking to clean up a large amount of user home directories. I am trying to find a way to find user directories that belong to disabled user accounts or belong to no user account at all. Does anyone have a process for this or know of a utility that will generate a report [...]

Answer Question   |  December 13, 2010  8:58 AM
Active Directory, Group Policy, Home Directory, Windows Server 2003
asked by:
20 pts.

eDMS framework
Does anyione have an eDMS framework that can apply to a bank? This needs to support using a multi-funciton device to scan, image store documents etc.

Answer Question   |  December 13, 2010  6:45 AM
eDMS, Indexing (information management), Security Information Manager
asked by:
5 pts.

Visual Studio 8 report form
My question is fairly simple, I have created a report form. I don’t know what to program in to get my information to appear in my report. It has to show customer id, last name, first name, number of policies and amount of insurance, all of which are already working well when I test and run [...]

Answer Question   |  December 13, 2010  8:49 PM
C++, Visual Studio, Visual Studio 2008, Visual Studio ReportViewer
asked by:
5 pts.

RPG/400 Batch Job Debugging
I have learnt through Net that Debugging a Batch job involves 1. Submit the job with the HOLD (*YES) parameter: SBMJOB HOLD(*YES) or Hold the job queue that before submitting the job by using the HLDJOBQ command. 2. Determine the job name, user, and number of the submitted job by using the WRKSBMJOB command. 3. [...]

Answer Question   |  December 15, 2010  6:02 PM
AS/400 batch jobs, AS/400 debugging, AS400 Batch job Debug, Batch debugging, RPG/400
asked by:
470 pts.

VMware ESX 3.5 and DS3400, Vcenter stop seeing datastores
we have a DS3400 and a Blade with ESX 3.5, the vcenter stops seeing the datastores, but the virtual machines still working. we don´t know what is going on? any comments

Answer Question   |  December 13, 2010  3:23 PM
ESX 3.5, VMware, VMware ESX, VMware ESX 3.5, VMware ESX DataStore
asked by:
5 pts.

How to remove the double quotes in CSV file in iSeries
Hi The command is to remove the double quotes present in CSV file. I have used one shell command. Strqsh cmd(Sed -e ‘s/”"//g’ file name > new file name) I have to write this command in CLLE program. CHGVAR     VAR(&RPLC) VALUE(‘Sed’ *BCAT ‘-e’ *BCAT +                  ‘s/”"//g’ *BCAT ‘/’ *TCAT &USER +                            *TCAT &WOUTFN [...]

Answer Question   |  December 13, 2010  11:59 AM
AS400 program, CLLE, CSV, CSV file format, iSeries, Shell commands
asked by:
335 pts.

How can I use SQL codes in delphy7?
I am going to use the sql code below in a query in delphy7 SELECT     left(edit1.text, 5)+’0 ‘ FROM        edit.text2

Answer Question   |  December 13, 2010  10:26 AM
SQL 2000, SQL Server 2000, SQL Server 2000 administration, SQL Server administration
asked by:
5 pts.

Exporting files via AS/400 iNavigator
I am exporting hundreds of files daily from the inavigator to our company network. When I simply drag files over to network it changes the file to a text file. If I export the file using the inavigator it defaults to My Documents, I then need to click to the network drive, then click the [...]

Answer Question   |  December 14, 2010  5:55 AM
AS/400, AS/400 File Transfer, iNavigator
asked by:
10 pts.

SAP (ABAP) or Mainframe career after MCA
hi,am an Fresher(MCA),i have a litte bit confusion between abap and mainframe..Can anyone please tel me which is the best one after MCA. someone told me that ..these two needs experience..is dis is a best course for fresher?

Answer Question   |  January 6, 2012  5:49 AM
Mainframe, MCA, SAP, SAP ABAP, SAP careers
asked by:
5 pts.

How to extend VLANs across WAN link
How do I extend 2 vlans over a WAN link. I’m using 2 routers and simulated the WAN by connecting 2 paradyne modems back to back with a cross cable. both routers are seeing each other. switch-> router1->modem->modem->router2->workstations. I need to be able to see the vlans on router 2 and to run applications on [...]

Answer Question   |  February 28, 2011  8:25 PM
InterVLAN Routing, VLAN, VLAN configuration, WAN
asked by:
20 pts.

FINRA Guide to IT Compliance
I am looking to set up a whole new network infrastructure for an Investment Bank – DATA and VOICE – covering ALL of their devices – onsite and remote. Does FINRA or anyone for that matter a publish a comprehensive guide with rules and regulations?

Answer Question   |  December 14, 2010  5:20 PM
Compliance, FINRA compliance, Infrastructure management, Infrastructure services, Network infrastructure
asked by:
5 pts.

How to redirect the start menu using Windows Server 2008 R2 & Windows 7
I have previously used Windows Server 2003 to setup folder redirection of the Start Menu in a Group Policy (User configuration, Folder redirection, Start Menu – C:START Menu). I then copied all of the links to the programs that I wanted the user to see to the customized Start Menu for when they logged on [...]

Answer Question   |  April 19, 2013  3:55 PM
Windows 7 Administration, Windows 7 Professional, Windows Server 2008, Windows Server 2008 R2
asked by:
175 pts.

Gridview data in ASP.NET data table
how to get data in DataTable from gridview contain template column as textbox?the Datatable should contain the value enter in template column   I used DataTable dtData=((DataView)GridView1.DataSource).Table;   but given error as object reference not set for textbox in grid

Answer Question   |  February 18, 2011  11:09 AM
ASP.NET, C#, DataGridView, GridView, GridView Control
asked by:
45 pts.

Using API QC3ENCDT in encryption using RSAalgorithm under a Public key, error CPF9DDB !
Hi I have been working on Encryption/Decryption of data on AS400 v5R4. I have already done the Encryption of data using QC3ENCDT API on COBOOL. Now, I want to use the RSA Public key to encrypt my encryption key. For that I had written a test program but it is throwing one error and I [...]

Answer Question   |  December 13, 2010  8:27 AM
AS/400, COBOL, Data Encryption, RSA Adaptive Authentication, V5R4
asked by:
55 pts.

How do I retrieve data from Visual Basic 6.0 with SQL?
how can i rertieve data in vb6.0 from sql?

Answer Question   |  December 13, 2010  4:58 AM
Retrieve Data Area, SQL, SQL Server, VB 6.0, Visual Basic 6.0
asked by:
5 pts.

Combining Access 2003 Queries for Dates Criteria
I have a MainInfo table and 3 different Log tables (PleadingsLog, LitigationLog and DiscoveryLog) that are linked to the MainInfo table by an IDnumber. Each of the log tables contains a date field and a notes field. I am trying to find a way to query all records from the MainInfo table that show a [...]

Answer Question   |  December 14, 2010  12:43 AM
Access 2003, Access 2003 date query, Access query, Access Tables, Windows XP Professional, Windows XP Professional SP3
asked by:
15 pts.

Viewing a Lotus Notes archive with other email program
Can I view a Lotus Notes email archive with another email software program?

Answer Question   |  April 19, 2013  9:28 PM
Lotus Notes archiving, Lotus Notes backup, Lotus Notes email archiving, Outlook, Outlook archive
asked by:
5 pts.