My recommendation would be to create a lookup table for categories, and alter your products table to add a new column for a category Id. Then you would need to show the information joining both tables (on the category Id). After adding the new column you would need to execute some UPDATEs on the products [...]
There is no one answer to this question; it’s a matter of corporate policy & culture. Most IT work environments are accepting of tattoos <b>provided</b> they are not “obscene” or overtly sexual (a tattoo of a large-breasted woman, for example, might not be appropriate to female co-workers). The major exception would be if your IT [...]
Since you only enter one month, just have the unbound box display the month of the date of the first record in the report. Or, make the unbound box bound to the date of the detail records. It will only show once in the header.
First of all, a FLAT file is a Physical file. I’m thinking your question is really “How do I know if a file is externally defined?” Using RTVMBRD, you can determine if it is a PF or LF. To deteremine if the file is externally defined, you could to do a DSPFFD to a work [...]
When you compile the program, verify that the parm “COMMIT” is *NONE. CRTSQLRPG PGM(X) COMMIT(*NONE) <pre> Specify Value for Parameter COMMIT Type choice, press Enter. Commitment control . . . . . . . *CHG ………………………………………………………. *CHG : Commitment control (COMMIT) – Help : *ALL : : *CS : Specifies whether SQL statements in the [...]
Depending on which COBOL you are using, if you only use the field name it may default to the first one defined. However, virtually all flavors of COBOL support a qualification of COBOL field names and you probably want to use that syntax.. 01 IN-REC. 05 FIELDA PIC X. 05 FIELDB PIC X. 01 WORK. [...]
RBS (Remote BLOB Storage) is the “answer” to that problem, and it’s straightforward to configure it to support the out-of-box FILESTREAM provider of SQL 2008, so you can pretty easily get document libraries moved into a folder on the SQL server. The process is multi-step (well documented on TechNet) but straightforward. In the end you [...]
You are missing the ‘IS’ (or ‘AS’) keyword: <pre>create or replace procedure p1 (a in number,b in number) <b>is</b> begin insert into staff(fno,lno) values(a,b); end p1;</pre>
Hi CV, for any module in sap , abap is advantage, 100% abap is useful to learn sap bi, sometimes it is mandatory to learn sap abap. dont look back. go a head. all the best
All data warehouses are databases, not all databases are data warehouses. Basically a database is any system which keeps data in a table format. Here’s the definition: “A computer database is a structured collection of records or data that is stored in a computer system so that a computer program or person using a query [...]
Twenty years is such a long time; my advice is that you take advantage of the vast experience that you have attained throughout that period. Just do software development as a side-dish. Since you are considering going in the direction of Microsoft, C# and VB.NET would be ideal for you.
Instead of the specific words, use this notation in the field criteria: <pre>[Forms]![YourFormName]![YourTextboxName]</pre>
We might need a little more info on this. A stored procedure usually takes some input, applies some logic, and returns a result. If the second table already has Zipcode and Congressional District, why do you need to join them? Simply querying the second table would give the desired result. Making some assumptions… ZipCode table [...]
in your DEAL table you will need to add ORGANIZATION ID LAWYER ID Or optionally you might have another table with DEAL ID ORG ID LAWYER ID that shows the connections. You might consider adding a sequence number to the DEAL ID in case the first lawyer drops out and you need a new lawyer [...]
You didn’t provide any details about the programming language and the database being used. In general, you could perform such validation in your application, or with a database check constraint.
If you are running that as a query, you can run just one SQL statement at a time (anything after the first semicolon will generate an error).
An MDF file isn’t a backup file isn’t the main data file (or master data file depending on who you ask) hence the file extension MDF. You can attach the MDF to the database by right clicking on the databases folder in Enterprise Manager (SQL 2000) or Management Studio (SQL 2005) then selecting all tasks [...]
They work together, but they are not interchangeable. They each fulfill a different function.
Ahh, it works something like Notes/Domino.
I would hope you are backing up your Domino server. We use Symantec BackUp Exec and we have Transaction logs enabled on Domino, so we perform point-in-time restores. You should work with your Backup Administrator to get the file restored. Also, you should be looking in the Administration Requests DB, not the Server Log DB.





