Open Source Databases Knowledge Base
Where can I get open source code for web acarde games? All I want to do is track high scores and place them in a database. Seems like the only why I can do this is by having the source code of the flash games. Any ideas on how I can complete the task with or without sorce code? And where and how I can get the source code. Thank you.
best open source projects site in java, vb, ms office, c, c++, Database programming? Can any one tell me good open source projects site in java, vb, ms office, c, c++, Database programming, downloadeble, editable, tools
I need a free open source forum script...? I am looking for a free open source forum script and I would like to be able to have a "latest posts" modual on my html homepage. I have a host with php4/5 and I have plenty of mysql databases. If you are using a similar forum or know of one then please advise me where I can find it. Thanks in advance
Open source PIM Freeware? I am looking for a PIM, but I don't need all the bells and whistles. I don't need email clients, news readers, or addressbooks. What I DO NEED is a calender based database, where I can record what has been done and project what will be done. Maybe it is more of a project management program than a PIM, but one I can attach documents to. Currently I am using Open Office and love it, and I would like to continue using and supporting Open Source programming. Thank you for your help.
Why does my mail merge open my database each time? All under MSOffice 2000. Setting up a Word mail merge doc which uses an Access database as its source. Works fine.. but actually opens the database.. which I don't want! I know I've set similar stuff up before and Word hasn't felt it necessary to open the database... just interrogate it... so what am I doing wrong?? Thanks for the response. It's a new doc I'm trying to create. I do have another doc which uses the same database as source.. and that works fine (i.e. doesn't fire up the database). Can't figure out what the difference is between the two though.
Are Access Databases Exported (like a Flash File would be) after Development? I"m developing a database where teachers will enter grades and test dates for their students. At this point I have developed a rough draft table for storing the data and a form, where teachers will enter the new data for storage. At some point will I need to export the database (which will be hosted on an intranet server)? Or will the teachers open the 'source' development file where they will open the form and enter data into the form?
Best way to create stand alone database application? I want to create a completely stand alone database application. Something similiar to what I can create in Access, but without having to purchase the developer's edition just to get the runtime needed to create stand alone apps. Please let me know what software packages I might be able to use. Anything cheap or free (open source) would be great! Thanks!
suggest me a database management freeware? Hi: Could somebody recommend me any FREEWARE OR OPEN SOURCE software for database management that can connect to ODBC databases and access their STORED PROCEDURES? Note: don't say SQL Explorer, since it doesn't access stored procedures. Thanks
Where i can get a free online flash mp3 player for my site? I need a flash mp3 player that dynamically reads songs, file location from a MySQL database and plays them on a PHP site. I only know an open source player called JW player but requires loads of programming. Are there any ready made ones that i can simply modify and put on my site? Thanks!!! What i want is the mp3 player can dynamically grab mp3s from my web server through a database query ? any ideas?
Looking for Supermarket Database Software? I am looking for database products directed towards Supermarkets. Do most supermarkets create their own databases, or are there companies that have pre-existing products for this industry? Preferably this database would be open source, as it is only for a project I am working on. Edit: To follow up, I do not need something that keeps track of inventory, but rather a database that has specific products already built in. i.e. Chips Ahoy Low Fat Chocolate Chip Cookies, Mounitan Dew 2 Liter Bottle, Pop Secret Movie Theater Butter Pop Corn, etc.
How can I build a Crawler? I would like to build a crawler to crawl, parse, etc... web pages that I feed it....collect links and certain info from websites and put them into a database. I have looked at nutch (an open source Java based crawler), but what if I were to build my own using Java? Any and all advice/suggestion is appreciated.
Does anyone have a database of words? Looking for english words from the dictionary in database format. Preferably mysql or at least something open source. Im tinkering with a random phrase generator. Anything to keep my from manually filling a database would be greatly appreciated.
I need an online testing web app. What do you recommend? I need a database driven tool (preferably open source) that has a frontend and an admin backend. In the backend, I need the ability to add questions to a database with multiple choice answers. I would like the app to have the ability to pick a specified number of questions at random and create an online test. If the student passes the test, I'd like to automatically generate a certificate and print it out. I'd also like the results of the test to be logged in the database, and I'd like the ability to generate a report that lists the results of multiple tests from all students. I'd also like admins to have the ability to add users to the system and when a user is added, an email is sent to the student with a temporary username and password that only works for the test once. I know that this is a tall order. I'd be happy to find any open source web app that provides even a portion of these features. Please let me know if anything like this exists. Thanks!
Is there an easy way to search Crystal Reports files for a string? I'm doing security research on my application at work looking for all instances where certain database connection strings may be hard coded which may need replaced with some sort of encryption/authentication interface. I can search all the source code and database files as text files, but does anyone know if there is a tool to allow scans of Crystal Reports files without having to open up each one and look for the strings manually?
I want to design a used car website, is there a good CMS to do this? I am looking to design a small used car website where people can register, then sign in and post their car for sale. I'd like to be able to have a way for them to post a photo and fill out a form with info about the car. I would also like to have the database searchable by users of the site so they can find what they're looking for. I am very familiar with open source CMS systems such as PHP Fusion. Is there a CMS system (free or otherwise) that would be fairly simple to turn into this type of site? I have extensive HTML knowledge but not much in PHP, so I'm looking to have something that wouldn't take much modifying. If a CMS system isn't the way to go, what is? What programs do I need to use to create a site that can do all of this? It doesn't have to be anything really fancy. Any help would be most appreciated. And please, don't post answers about your website design services. I'm not interested. I'm just looking for info on how to create this site myself. Thanks! I'm looking for something VERY close to one or more of these sites: http://www.leasetrade.com/ http://www.leasefolks.com/ http://www.swapalease.com/ http://www.takemypayments.com/ http://www.leasedwheels.com/
Good opensource alternative to Visual Basic? Our team is thinking of building a comprehensive database comparison tool. VB will be perfect for the job. But, we do not want to spend on Visual basic Licenses. Can anyone suggest a good open source alternative?
How fast could I learn PHP, and how? I can code XHTML/CSS very well. I've used PHP to an extent; I can read through it and usually follow what is going on. I can make small edits to open source software on my own. But thats all. How fast would you say it would take me to learn PHP to the point where I could write my own simple scripts that interacted with a MySQL database? What is the best way to learn?
Performance -Database access from different server ? Hi I am trying to establish a database connection between 2 servers i.e. accessing a database ( 1 view only -destination) from source server . there are two approaches 1. Open the ports so that the source server can directly hit the database server. 2. Can it be possible to create a view on my destination server which will refresh itself from source database after like 1 hour or so. Second question is which will be a better option performance wise so that my destination database will recieve less hits. Thanks
Help me with these ASP Source codes....? Friends Im having a problem while setting up some asp source codes, can any one help me with this..... i have kept a file in "includes" folder with name "connections.asp" in my server...... it contains the following source: <%'Set the variables for the database connection Set objConn = Server.CreateObject("ADODB.Connection") strCon = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\inetpub\users\username\db\topsites.mdb" objConn.connectionstring = strCon objConn.Open Set objRS = Server.CreateObject("ADODB.Recordset") 'ON ERROR RESUME NEXT %> and i have stored my *.mdb (DATABASE FILE) In the folder "db" of my server And Whenever i upload all the file to my server (ASP SERVER) and try to open it by typing the address in the IE address bar then It Shows an Error... Which is Somthing like this.... please click on link below to see i cant add it here because the characters are more than the limit.... http://users2.titanichost.com/cowboy
Linking Textboxes using code with an ADO control (VB 6.0)? Trying to link a text box to a database without using the ado box thing... trying to do it all via code I cant get the text box to recognise that an ado is involved. All variables have been declared correctly (to my knowledge) connection.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source = Database.mdb" recordset.Open "SELECT * FROM Stock", connection recordset.MoveFirst txtStockNumber.Text = stock_id.Field
Which operating system is best suited for a programmer? I am a programmer who uses C++, C#, .NET, actionscript 3.0, php, etc, etc. the impression I have gotten is that pc is best for business, Mac good for media and linux good for server use, which would be the best platform for developing web/desktop/database type of stuffz? Ive been using pc for a while now, and there so many alternatives thanks to the open source community for doing .NET stuffz, or flash stuffz on other platforms, but which one is the best to do it all on?
Can someone translate this visual basic source code for me into PROPER English?? Hi, i am trying to read some visual basic source code and am trying to figrue out what every line of the codes mean For example: "Private Sub MDIForm_Load() Me.Show Set CN = New ADODB.Connection CN.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\MasterFile.mdb;Persist Security Info=False;" If CN.State <> adStateOpen Then MsgBox "Could not establish a connection with the database" & vbNewLine & "The database should exist in ApplicationPath\MasterFile.mdb", vbExclamation, "Database not found!": Unload Me frmReturn.FineAmnt = CCur(GetSetting(App.Title, "Settings", "Fine Amount", "2")) frmReturn.MaxDays = CInt(GetSetting(App.Title, "Settings", "Max Days", "14")) End Sub" what does each of the lines mean? it doesnt have to be WORD BY WORD detail but a description of what each line is pretty much saying wud help. Is ther like a translator program i can use to translate the source code into proper enlgish of what they mean????
music player which download neighbourhood music automatically? I found that music player last year, but I forgot what is the name of it. It is an open source online music player. When you run it, it automatically search for free music online, download them to your harddisk and play them. It has also function that let you rate the music from 1 star to 5 stars, and store your music taste in its database, and search for free music according to your music taste. It was a wonderful software, I just cannot remember its name and cannot find it now. It was a very small software project and was in its alpha states, I remembered you have to registered an account first, just like other internet radio like last.fm and pandora. At first it downloaded random tracked, then you rank them, and slowly you build up your music taste in their database. sorry for the spelling mistakes. the system do not allow me to correct them after submission.
How can I build a Crawler? I would like to build a crawler to crawl, parse, etc... web pages that I feed it....collect links and certain info from websites and put them into a database. I have looked at nutch (an open source Java based crawler), but what if I were to build my own using Java? Any and all advice/suggestion is appreciated.
third party alternative for crystal reports for VB6/Ms Access software ? i have developed a financial software in Visual Basic 6. There are around 70 reports. I have used Crystal Reports8 for generating reports. Now i want to market the software. But i found crystal report as very expensive for licensing. Can you suggest me a Similar Reporting Tool at lower rates . Or any Open Source solution. I have used Ms Access as the database. I have plans to use Ms Sql in future as backend. thanks sunil ..but i need something more established or known product.....with sufficient number of features...which can handle complex things...
Powered by Yahoo! Answers