1,065 Topics
![]() | |
![]() | A publishing firm that consists of twenty five employees utilizes a Microsoft Access database system to store and process requests related to their business transactions and operational data such as product sales and customer information. Over the last five years the firm has experienced tremendous growth; as a result, the … |
Hello all, I'm new in this group and with designing databases. I would like to design a databse for managing data about the sports day for a school. I have been able to create the following tables: Pupil(differnt class and age group), Event(hockey, rugby, swimming,relay race), Staff, Equipment(used for the … | |
hi, once again i need your help, i am designing an online transaction system using dreamweaver 8, php 4 and mysql. i have already created database with mysql, and i want to connect that database with php. so am designing a dynamic wesite in which a customer visiting the site … | |
Hello Everyone. Project outline: [QUOTE]I've to make a project which is the following: I'm a Car Distributor that distributes(sells) cars to different Car Dealers I should have a stock class with all the different types of cars I have ej(Toyota: 100, Mistubishi: 220, etc...) each type of car should have … | |
ok bare with me here, not sure if this is the correct forum section but I will give it a go. First some background. Some time ago I signed up for Microsoft Office live business website...it was free and all that good stuff so i went with it. I ignored … | |
Hey everybody, I'm new to mysql, but I'm developing a real estate website, mostly for condos. I'm setting up the database and want to make sure it's sufficiently designed so that customers can search the database for the type of place they want. Specifically, if someone wants to search for … | |
Hi All. I am new to this web site and find it very helpful. Keep up the good work. I am also a Novice ( at best) when it comes to programming but really would like to master VB. My question is, As I design my form, I would like … | |
HI All! m very much new for designing Database. Actually i want to draw use case for my project. m developing the site consisting of questions,Answers session , than video/Podcast, etc. as this daniweb site is working m having different categories and all that. but basically i want how to … | |
I'm working on the conceptual phase of modeling a database for a company right now. I have two considerations: 1) This database will obviously be integrated into a web application, but more importantly it will be a user/pass based system with rights and privileges. 2) I trying to model a … | |
Hi folks, I'm building a database to store student exam results so that transcripts can automatically generated. This is a final year project for university so the database will never be used. I am a complete amateur when it comes to designing databases. [ATTACH]5254[/ATTACH] I have attached the relational schema … | |
I have a design like this: CREATE TABLE moving ( id char(10), itemsList integer, .... ) CREATE TABLE itemsList ( id integer, itemID integer, quantity integer, describtion char (40), ... ) the id in itemsList will be repeat for each different item. I think it very inefficent, so is there … | |
Can someone through this forum help me out to design Financial Accounts System including Ledger posting, or provide me a copy of the database design or allow me to download such a database design I will realy appreciate the cooperation. Thanks my e-mail is [EMAIL="amjad_munir@hotmail.com"]amjad_munir@hotmail.com[/EMAIL] if some one wish to … | |
Hello Please provide me the list of software development companies specialises in the development of custom software applications which deals with custom programming, database design, client-server and internet/intranet software application development on all platforms including windows, Linux, Mac. | |
hello all i have experience with windows forms programming but now i have to work independently for the whole project i need help in two topics pls help me 3 clients will be connected to my server front end : VB.Net my database : Oracle my question is how to … | |
I've mentioned SQL Injection attacks a few times in this forum and the Database Design forum. From the responses I got, many folks here don't know what an SQL Injection attack is. If you do any SQL interaction via a web-based interface, do yourself and the Internet community a favour … | |
Ok, I am fairly new to database design so bear with me. I am working on a database on Transportation. My main concern is with the relationships, more specifically with Employees. I have a main table Employees and it contains basic information about the employee. I also have a field … | |
I have a problem with a query and an insert. I have a database that maybe isn't the best design - it includes a field "Former Names" which is varchar 255. It contains a list of names separated by commas. e.g.: "Svea Jarl, Apollo III " I would like to … | |
I'd like to hear what you think about this... I'm working on a new architecture for an existing software product. I want this to be a flexible - and especially extendable - architecture for future modifications. I've been researching best practices artices and seeking advice on the proper way to … | |
I need help with this question. Given the following database notation: tblPasswords(Employee First Name, Employee Last Name, Employee Password, Employee Department, Installed Software) Break the above flat table into the following related tables: tblEmployee(empNumber*, DeptNumber, ...) – A listing of all employees at Acme Inc tblPassword(PasswordID*, empNumber, ...) – Contains … | |
Hi guys, i am trying to build a database for car rental (pool service). I am really new beginner in this Database design . I have a ready made ER diagram. If anyone can help me i would really appricate it. I am attaching a file with the spec. thank … | |
Hello guys, I need some help hope you all can help me with this. So i have 12 little (I don't know what to call them but let's say) stores which are selling the same products (at this time 12). Like hot dogs, cola, gum and other stuff. Every day … | |
E R Modeling In software development process there are mainly six phases such as: ► Requirement ► Architecture ► Design ► Implementation ► Testing ► Deployment For this software development process different model are available such as ► Agile ► Clean room ► Iterative ► RAD ► RUP ► Spiral … | |
OK, I have been doing web design for about 9 years -- by myself. I went to a 10 wk program that taught all Photoshop, Illustrator, desktop pub programs, and then an extra week (40 hrs) of web design, which... I had already taught myself HTML, but gave me a … | |
Greetings Everyone, I've found myself being referred to <DANIWEB> from web development-related Google searches quite frequently. So I decided to become a member. I didn't realize the depth of the community and content here until this morning when I was looking up XHTML related issues. Every other search was bringing … | |
How do you write a store procedure to meet the following conditions: PROXIMITY SERACH PROCEDURE COMPANY table PK company_id int company_name varchar(100) premise varchar(10) street varchar(30) town varchar(100) postcode char(7) x_loc int y_loc int COMPANY_KEYWORD table PK, FK1 company_id int PK keyword varchar(100) The data above shows an extract of … | |
I saw few similar problems on this forum, but they didn't match exactly what I need. The problem is: given a file with names of cities, their latitudes and longitudes, a program must calculate distance between them. But, it isn't all. A program must create a database of all this … | |
[B][/B] Ladies and gentlemen, I have an issue inserting records into my new table Output table is: [B]"TblProgrammersHours".[/B] In this table, RequestID and ProgrammerInitials are combined to form my Primary key - so each has unique value. input tables are: [B]"TblRequests" and "TblPersonnel"[/B] Note: I was not able to attached … | |
Please help me to design Database for Attendance monitoring and material management | |
I am in the early stages of writing a program in VB 2005 that deals with taking a test. I need to create an ERD for the project that deals with taking tests and storing the results. All users, admins, instructors, tests, questions, answers, and results will be stored in … | |
Hi, Iam want to promote another domain for my existing site. Can I put a new design of my existing website on this new domain and share the same database? Will it effect my SEM? If yes what is the alternate? Please guide. | |
I am going to work on the sales and purchase module of an ERP.I am facing problem while designing the database.I want to do sales and purchase with respect to bedspread. Kindly give me a general design with respect to tables and their attributes | |
I've never been to school for programming (other than some very preliminary VB5 classes in a Data Processing course). The company I now work for taught me what I needed to know about VB6 and database design. I then taught myself C++ and some minor DirectX programming and think that … | |
hey all, i have a project so i wana design a database using ER model but i need an idea fopr this database..i want a new one i mean not consumed idea and creative. | |
All: I have a question on how best to store a deived values for status for a system. I want to pick up some thoughts on alternatives/better to design a DB for this. 1. I have an “E_Magazine” that gets reviewed by several sections. 2. During the process, the magazine … | |
Hii guys, Here v can discuss about Problems in database design. If u know the answers , plese post ur answers here. How do u get the distinct rows in a table/resultset? How do u get the distinct rows without using the keyword DISTINCT? | |
Hi, I want to know how to make the aspx page in button click at the runtime.My requirement is that User enter the qusetion and click the submit button automatically create one new .aspx page with that question and also my usercontrol design.. after i submit the answer rewrite the … | |
Hi guys! I'm a n00b here on this community. So hello there! I re-did my myspace profile [URL="http://www.myspace.com/cherryteresa"]www.myspace.com/cherryteresa[/URL] in CSS and I can't figure out to fix a certain issue. For users who have smaller screens or resolutions of 800x600 or less, the left side of the screen is not … | |
I am in the works of adding a portion to my website that it is active to allow someone to load up the site and go to a question that asks for an open ended response (thus an open form submission box) and a submit button. I have these set … | |
Hello Daniweb Community. I am developing a website for my web design coursework qualification. I have made up a system which uses a database to calculate blackmarks on a users account (as in warning level) now this works fine but to show it on the users profile page I have … | |
Hi, I want to know how to make the aspx page in button click at the runtime.My requirement is that User enter the qusetion and click the submit button automatically create one new .aspx page with that question and also my usercontrol design.. after i submit the answer rewrite the … | |
Hi All , Iam New developer. Iam trying to develop an application similar to crystal reports which shows columns of selected tables from database using a tree view. This application should be designed as to simplify end user to design his own report as required. i welcome ur suggestions . | |
Hi I am a newbie in C++. I need some help here for my homework. I tried all methods that I know but I just can't get it. =( I need to design a staff information enquiry program which can display information of staff sequentially in staff database with the … | |
Hi guys This is my first post and I must say that this forum has quite a professional feel to it. I am currently in my final semester to achieve my B.Sc in Information Systems and as such I have a project module to complete. I have a personal mission … | |
i need some help here i have design a gridview which contains two columns with dropdown list first is emp_id column n second is orderofwork column...when i try to update database with selected values in dropdown it gives me the following error Conversion from string "update subj_emp_assign set emp_i" to … | |
I am stuck to know how to design a database for an asp.net 2.0 project. I have a table with many fields. In addition to all the other fields (mainly text fields) I would like to keep track of 4 values: alt, sy, LaF, ord. Any combination of these values … | |
I am having a complicated problem with the design of a database. Lets Describe the problem This is going to be used in a job tracking system we will have a list of jobs so TABLE 1: JOBS ([U]JOBID[/U],DUE DATE, SHIP DATE, INVOICE DATE, STATUS, CATAGORY) what is category well … | |
Hi all I have a university diploma in computer studies where i did subjects in programming (2 units) ,systems analysis and design (2 units),database systems,information systems,computer architecture,data communications and computer networking,operating systems,electronics,units in physics and mathematics among others. Iam currently working off my field of training but am working hard … | |
i need some help here i have design a gridview which contains two columns with dropdown list first is emp_id column n second is orderofwork column...when i try to update database with selected values in dropdown it gives me the following error Conversion from string "update subj_emp_assign set emp_i" to … | |
Ok I have this tutorial for creating a hangman game. I started writing down what I needed to do. The only thing that sucks is I don't have the slightest idea on how to create a hangman game. I read over this tutorial like 3 times followed along with it … | |
Hi, I need to build an MS Access database and include abstracts and articles. I then need to retrieve this information using Visual Basic. I would like to design it so that when someone types in a word in a search facility then relevant info would appear just like in … |
The End.