1,065 Topics

Member Avatar for
Member Avatar for emmas4impact

Hello everyone, my task once again is to design a video rental database. I have done all i need to but but am having problem in getting the due date. from the dateRented and DueDate. what query or code will i use? i will appreciate an urgent reply Thanks Y'all.

Member Avatar for emmas4impact
-1
104
Member Avatar for Tresh

I'm a student in an E-Commerce program and I agreed to do a capstone project in my web design class as a blog site, where I can register users (with an access database) and have them update entries whenever they feel up to it... I'm a competant web developer, but …

Member Avatar for compusolver
0
244
Member Avatar for thobanco

Site is working fine in mozilla and safari but not in Internet explorer. I am also trying to figure out how to put a picture next to the name on the other side. [B]Below is the css and the xhtml codes[/B] [B]CSS [/B][CODE]/* layoutstyles.css */ /* Background color of box …

Member Avatar for servicecycle09
0
211
Member Avatar for keoflex

I am building a database that handles food and nutrition intake. The database i am designing is fairly difficult so i was hopping i could get some help from the community. --------------------The database does the following---------------------- 1. track food intake aka total 'sugar', 'protein', vitamin B12 for all users 2. …

Member Avatar for keoflex
0
157
Member Avatar for vampyrescene

Hi guys, this is my first post. I would also like to make clear that I am totally new to PHP and other languages, I am using a lot of site searches and google to get this working, however I am stuck on one thing. On the login script that …

Member Avatar for JRM
0
92
Member Avatar for JMichael88

Hi... Have a slight problem with a database I am making... I think I am missing something really obvious! I am creating a database, which will generate invoices for money owed by clubs in a sports league. I want to be able to generate monthly invoices, for each club, which …

Member Avatar for pclfw
0
110
Member Avatar for cane23

i have a form that uses the post function however i am having some troble getting information from the drop down menus. and also i am having some trouble doing some form validation. the code for both files is shown below. <html><title>Create a new Prequisite Rule </title> <body> <form action="insert_rule.php" …

Member Avatar for CJesusSaves
0
135
Member Avatar for DevC++4.9.9.2

Hey, Im using visual studio 2008 trying to make a windows form application that uses a database. Currently The design looks like this a Table BandID -> links to a table of Contacts -> also links to a table of Songs If i have a member of Table BandID with …

Member Avatar for DevC++4.9.9.2
0
247
Member Avatar for SKANK!!!!!

what is the most efficient way to make a "contacts" table in mysql database. like a user can change the relationship between him and another user. like i cant figure out how the database should look to be most eficiant. ive been through two ways. the first was a column …

Member Avatar for debasisdas
0
104
Member Avatar for ankush.mukherje

Hi experts I am supposed to design a VB application wherein the following requirement is needed: The user will select the type of software and information about who uses the software available in my database to be shown in flex grid. Now the user can choose one, two or all …

Member Avatar for ankush.mukherje
0
134
Member Avatar for pecet

I started to learn SQL recently. I downloaded some kind of assignment, where the goal is to design small database. I have two tables listed below: [CODE]create table SEA ( SEA_NAME varchar(50)constraint sea_prj_key primary key, AREA numeric(18, 0), );[/CODE] and: [CODE]create table NATION ( CTRY_NAME varchar(50)constraint sea_prj_key primary key, AREA …

Member Avatar for pecet
0
95
Member Avatar for Lightninghawk

I am not a database person by far. I know how to efficiently use MS Access. I posted a topic earlier in the design forum and received good responses that have led me to want to use MySQL. The database I want will eventually be fairly expansive. To start with …

Member Avatar for ppetree
0
213
Member Avatar for norz

can someone help me for image converter to icon in visual c#?how to design an icon?whats the difference by using photoshop?i'm currently doing a project for image convert to icon in mobile phone..but all i want to do is just design a new icon for replace old menu icon?is that …

Member Avatar for avirag
0
115
Member Avatar for cskfai1989

Hi there, I'm here to seek for help about my work that is shown in the following scenario. I hope there are people can give me some suggestions. I'm confusing about identifying the correct Entities and the correct Attributes . Please help me. SCENARIO: Esquire Hire Company hires out formal …

0
58
Member Avatar for dreamzgaurav

Hi, [B]Google has started Considering the Load Time as an Important Factor while Ranking a Website at Index time.[/B] [B]Common reasons for a site to get load slowly.[/B] The Time For Loading A Web Site Depends Mostly On: 1. The number / size of external resources included in the site.(Images …

Member Avatar for MidiMagic
0
175
Member Avatar for bords

hello everyone.... can you please give me a code on a registration form... what i mean is that how to write a code in which you are going to design like a registration form then if you are going to fill-in the info, it will be stored to a database... …

Member Avatar for avirag
0
122
Member Avatar for billdara

Hi All I'm new to this forum and i would be really greatful if I could get some help! Someone I know has his own tuition school and I must develop a website for him and I dont know lot about anythng to be honest. Not a great programmer or …

Member Avatar for meiwong
0
253
Member Avatar for badmanmc

Right, I poster earlier with a practice table I was working on. I appreciated the reply and have been working on that.. but yesterday I got a real client's project. I have been given the task of optimizing the database design. The database keeps track of the transactions the company …

Member Avatar for jmw229
0
154
Member Avatar for bharanidharanit

Hello, I am designing School Management System. I dont know how to design database for this. My Application contains 5 parts. Student Teacher Parent Data Entry Admin I need to maintain the following records. And these are not fields and i need all these for the particular page. Register (UserName,Password,SecurityQuestion,SecurityAnswer …

Member Avatar for bharanidharanit
0
104
Member Avatar for SQL2009

I have a database created in Microsoft SQL 2000 Enterprise Manager. I need to change the datatype for a column name EngrMultiplier in the table ProjectReCapParameter. The current datatype is INT and I would like to replace it to FLOAT. What should I do? Write a query or change the …

Member Avatar for DanielGreen
0
6K
Member Avatar for JimmyLloyd

Hey guys I'm having a bit of a problem with a database application i'm trying to design for organizing information from a non profit childrens hockey organization i'm with. Right now my problem is with 3 tables. I've got the application querying a list of games. And now i need …

0
68
Member Avatar for inquisitivemind

I am not sure if this is the right forum (if it is not please suggest the right one.) I am trying to design an application that will run in a location with intermittent connectivity. I want data from this intermittently connected location to a master location which has a …

0
117
Member Avatar for jlego

this is not a web design question, i'm actually using it in vb.net but they don't have a database forum in the software development section. what i am doing: i have two tables. customer and customer_phones my visual basic program has a search for customer option, which returns the customers …

Member Avatar for jlego
0
129
Member Avatar for bharanidharanit

Hello sir, I am creating student attendance tracking system in asp.net. With attendance i need to track students attendance every day and want to generate charts with those data. Charts for Daily Attendance report, Weekly Report, and monthly Report. For this how to design database in msaccess?

Member Avatar for bharanidharanit
0
935
Member Avatar for woolm110

Hey all I'm currently setting up configuration for my webpages and i'm having trouble with Admin access. I'm using MS Access to store everyones details, within the database i've created an Admin user. I'm trying to configure the web.config so I can set access to pages for different users, everything …

Member Avatar for kvprajapati
0
150
Member Avatar for Tahseen79

Hi I am taking MIS class and i need help with the EER diagram and i tried making it myself but teacher told me that it is a process diagram not an ER diagram please help me here is what i have tried: please click on this link [U][url]http://yfrog.com/j2mytryj [/url] …

Member Avatar for Ezzaral
0
154
Member Avatar for Tahseen79

Hi I am taking MIS class and i need help with the EER diagram and i tried making it myself but teacher told me that it is a process diagram not an ER diagram please help me here is what i have tried: please click on this link [url]http://yfrog.com/j2mytryj[/url] and …

0
334
Member Avatar for ShadyTyrant

I am designing a module to perform some actions for a library database application. The methods are not implemented yet but I was wondering what you all think about nested classes in this situation. Design One [CODE=Python] #!/usr/bin/env python # File: .py # Author: shadytyrant@gmail.com # Date: 2009-11-25 # Notes: …

Member Avatar for ShadyTyrant
2
262
Member Avatar for rukshilag

I am a beginner to java - my university course module requires me to do an assignment - that is choose a system and build one. i have chosen "Student Grading System" - this wont require a database. i need to just enter student marks and thereby determine that subject …

Member Avatar for Ezzaral
0
107
Member Avatar for archeons

A company has several employees and projects. Each employee may be working on several projects. Design a database to hold information about projects and employees, choosing some sensible sample fields and data. Write an SQL query to display the number of women and the number of men working on each …

Member Avatar for tajbeer222
0
138
Member Avatar for cwarn23

Hi and I have been working on a project involving a rather large database. My question is "For a database with over 20529860 rows, is it better to have 3330 tables spreaded equally or to split into multiple databases or would it be better to have 49950 tables in the …

Member Avatar for mwasif
0
239
Member Avatar for chaines51

Ok, so my question is this. If I had two tables, quizzes, and users, where each user 'has many' quizzes, then one could simply just add a user_id column to the quizzes table to create this link. However, how would I implement a has many-has many relationship? For example, I'm …

Member Avatar for zmariow
0
92
Member Avatar for valonesal

Ok I have a site, the site allows me to create multiple pages dynamically, the pages are smarty pages. The editor for the pages is tiny_mce When I go to create the page all goes well, I design then paste the code in html to the tiny_mce interface. When I …

0
63
Member Avatar for SKANK!!!!!
Member Avatar for SKANK!!!!!
0
107
Member Avatar for ghost-virus

I am an IT student and working on a project. Since we have not yet been taught about databases, can anyone show me basically how you design and create an access database in Visual Basic 6?

0
65
Member Avatar for NicoleB

Hi All, If anyone can help me take my sql database (a single table) that information and display it in a form on my web page. Sometimes the Sql request will be multiple lines of the table. I have my database created am completely lost in the form view or …

Member Avatar for Thirusha
0
94
Member Avatar for MuffinKun

I have to make an ERD diagram using this scenario case and I'm not sure if I have all the required tables/fields in my ERD. Is my entities normalized up to 3NF? Are the relationships correct? [CODE] Background The Brisbane Driving School was established in Brisbane in 1992. Since then, …

Member Avatar for debasisdas
0
206
Member Avatar for didie_rock

i am trying to design a hotel maintenance database that keep the maintenance of the hotel.,can someone think of the entities i should use for that?need it as soon as possible.....thanks

Member Avatar for debasisdas
0
31
Member Avatar for kreshan_489

Hello everyone, So here is the deal. I have to create a webpage for a bodybuilding fitness club. The problem is that i don't know where to start. Also, am a uni student doing various modules like Database systems(we are using Postgre SQL), Interface Design and computer Graphics(OpenGL, Maya, Google …

Member Avatar for ithelp
0
210
Member Avatar for daveomcgee

I'm mapping out an entity relationship diagram to try learn more about database design. I currently have approximately 17 tables that map out a quotation management system that quotes customers prices for products and/or services. I've been working on it for a number of days now but I am unable …

Member Avatar for Airshow
0
173
Member Avatar for mikhail96

Hi, could someone please help me, i'm in great need of some advice. I have a sorta simple scenario from which i gotta build a database from, can someone please shed some light on the matter, no matter how small your input is. thanks The database must allow for clients …

Member Avatar for mikhail96
0
129
Member Avatar for jorisb

I'm developing a web page for a friend that allows participants of a sports event to "claim" a slot in a 24 hour tennis marathon. The marathon has room for 24 x 4 participants. My idea was to have a table with the columns "hour" [0-23], "time" and "name", and …

Member Avatar for jorisb
0
165
Member Avatar for dre-logics

I use Visual basic 8.0, Cyrstal Reports v10 what is included in Visual basic 8.0 and MYSQL 5.0. I have installed :mysql-connector-odbc-5.1.5-win32.msi I have database Articles with two fields: article nr article discription To connect to my MYSQL database within My form i use this: Dim Myconn As New MySqlConnection …

Member Avatar for TomW
-1
180
Member Avatar for kpeeroo

I have an idea of the design but I want to know if it wont impact performance. I have a student form consisting of Qu like: - Do you have internet access - Relationship - Do you want to pay by cheque, credit card + other options - etc So …

Member Avatar for kpeeroo
0
118
Member Avatar for ana.gr

Hi I would like to create a database to classify and control all the photos that I have stored in my computer. It is clear that I need one table PHOTOS with attributes of ID, name, camera and date. Second table would be DATA, including aperture, ISO, fstop, focal length, …

Member Avatar for ana.gr
0
170
Member Avatar for nblue

Hi guys, I'm not really good in web design nor html so I try to get a book to learn more about it. I come accross a website that sell book. The weird thing about this site is that the book has different prices when using different computer to look …

Member Avatar for nblue
0
129
Member Avatar for pgulbis

Hi all I am in the process of designing a database structure for a very common use: to store client data such as names, addresses, company information, etc. I have been reading up a lot efficient database design and am trying to normalise to 3NF. As I am new to …

Member Avatar for saasaa1
0
219
Member Avatar for ceyesuma

Topic The topic of this question is: JSF_navigation and database connection Hello and Thank you in advance for any assistance. [b] System info: [/b] Netbeans6.7.1,jsf1.2,two MySQL databases.(one for login one for searches) [b] The purpose of this post is: [/b] Try to get the login jsp to switch to the …

Member Avatar for ceyesuma
0
163
Member Avatar for mem81

Hello, I have an access table where I have to import a csv file. I have a very simple code in the Click _ Event Sub. However it seems the code is ok, file gets imported but I get a separate table with errors in import. In that table two …

Member Avatar for boblarson
0
139
Member Avatar for vjwilson

I am updating a conference website, and I've come across a design problem that has me stumped. I have tables for: -a company's account -person (each company can have many persons in its account) -conference sections (for example, 1-day, 2-day, or 3-day attendance) -a lookup table relating people to sections …

0
86

The End.