Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Database Applications

Name: Anonfag 2008-02-03 22:37

Hey /prog/, I have a question.

I'm an "amateur"(read:wannabie) programmer, trying to build an application that will catalog all my Manga/Doujin/Comics I've collected over the years. I'm doing this is C# for it's simplicity, but my problem is with the type of database to use.

The question is: What kind of database provider will allow me to connect directly to a file to do my dirty work, instead of having to go through a server? I'm currently using access, but while it sort of works, there are a lot of things about it that just piss me off.

I would like to use MySQL or something similar, but from my limited experience with it, I see of no way to connect to the database without having to connect to the server first.

Anyone have any recommendations?

Name: Anonymous 2008-02-03 22:44

What kind of database provider will allow me to connect directly to a file to do my dirty work, instead of having to go through a server
You are going to have to write your own routines for this to happen. Go read up on SICP.

Name: Anonymous 2008-02-03 22:53

>>2
You mean no one has ever needed a kind of "embedded" server? Everyone has to reinvent the wheel?

I can't use MySQL because If I wanted to run my app from a different computer, I would have to have MySQL installed and running before-hand.

I'm currently reading up Firebird as I reply, It seems promising. I just don't believe theres never been a need for something like this.

Name: Anonymous 2008-02-03 22:57

SQLite.

In before ``DON'T HELP HIM!!''.

Name: Anonymous 2008-02-03 23:02

>>4
Thanks.

Resume your LISP spam threads and nigger comments.

Name: Anonymous 2008-02-03 23:07

What kind of database provider will allow me to connect directly to a file to do my dirty work, instead of having to go through a server? I'm currently using access
You're very, very confused about some basic concepts.

Anyway, you're probably looking for a flat file database, but that's a bad idea for many reasons.

I can't use MySQL because If I wanted to run my app from a different computer, I would have to have MySQL installed and running before-hand.
You think that if you use Access, running the app on a different computer won't require installing Access first? How often are you switching computers anyway?

Either you write the whole thing from scratch (well, nearly so; most languages have libraries for basic flat file databases), or you rely on an existing database application. Those are your options.

Name: Anonymous 2008-02-03 23:45

>>6
Actually, I am very confused on the basics of database servers and clients. I'm not pretending to be knowledgeable, just trying to find what I think I need.

I'm looking for something I can use without having to start a service before running my application. I'd settle for something that starts a server when my application is running and closes it when it's finished, but I don't even know if thats possible(noob here). I want this incase I decide to use this application on my other computers which I don't have developer-related stuff installed on.

Name: Anonymous 2008-02-03 23:57

>>4 is right. SQLite is exactly what you want.

Name: Anonymous 2008-02-04 0:50

SQLite.

Name: Anonymous 2008-02-04 3:20

Use an Oracle database

Name: Anonymous 2008-02-04 3:31

Why the fuck would you need SQL for a simple linear database of manga and bullshit? Write your own linked list.

Name: Anonymous 2008-02-04 3:51

>>11
False assumption: ``catalog'' does not imply linearity.

Name: Anonymous 2008-02-04 4:37

>>12

Reality, on the other hand, does.

Name: Anonymous 2008-02-04 5:00

>>13
Reality is subjective.

Name: Anonymous 2008-02-04 5:01

>>11
EXPERT WHEEL INVENTOR

Name: Anonymous 2008-02-04 6:00

>>15
KEEPROLLIN'ROLLIN'ROLLIN'ROLLIN'ROLLIN'KEEPROLLIN'ROLLIN'ROLLIN'ROLLIN'ROLLIN'

Name: Anonymous 2008-02-04 6:02

>>16
gb2bed Fred

Name: Anonymous 2008-02-04 6:07

>>17
no u


* g o a t s e x * g o a t s e x * g o a t s e x *
g                                               g
o /     \             \            /    \       o
a|       |             \          |      |      a
t|       `.             |         |       :     t
s`        |             |        \|       |     s
e \       | /       /  \\\   --__ \\       :    e
x  \      \/   _--~~          ~--__| \     |    x
*   \      \_-~                    ~-_\    |    *
g    \_     \        _.--------.______\|   |    g
o      \     \______// _ ___ _ (_(__>  \   |    o
a       \   .  C ___)  ______ (_(____>  |  /    a
t       /\ |   C ____)/      \ (_____>  |_/     t
s      / /\|   C_____)       |  (___>   /  \    s
e     |   (   _C_____)\______/  // _/ /     \   e
x     |    \  |__   \\_________// (__/       |  x
*    | \    \____)   `----   --'             |  *
g    |  \_          ___\       /_          _/ | g
o   |              /    |     |  \            | o
a   |             |    /       \  \           | a
t   |          / /    |         |  \           |t
s   |         / /      \__/\___/    |          |s
e  |           /        |    |       |         |e
x  |          |         |    |       |         |x
* g o a t s e x * g o a t s e x * g o a t s e x *

Name: Anonymous 2008-02-04 7:28

>>1
Use Excel

Name: Anonymous 2008-02-04 7:37

>>1
Use SQLite

Name: Anonymous 2008-02-04 8:26

>>20
DON'T HELP HIM!!!

Name: Anonymous 2008-02-04 9:35

sqlite or berkeleydb

Name: Anonymous 2008-02-04 9:35

* g o a t s e x * g o a t s e x * g o a t s e x *
g                                               g
o /     \             \            /    \       o
a|       |             \          |      |      a
t|       `.             |         |       :     t
s`        |             |        \|       |     s
e \       | /       /  \\\   --__ \\       :    e
x  \      \/   _--~~          ~--__| \     |    x
*   \      \_-~                    ~-_\    |    *
g    \_     \        _.--------.______\|   |    g
o      \     \______// _ ___ _ (_(__>  \   |    o

(Post truncated.)

Name: Anonymous 2008-02-04 12:43

>>1
Weeaboo faggot.

Name: Anonymous 2008-02-04 18:17

>>1
Fuck C#. Do it in C. Check out how abook (http://abook.sourceforge.net/) does its reading/writing of the database (uses flatfiles). Or, if you have a h00ge fucking collection, then use sqlite.

Don't use c#, Msfag.

Name: Anonymous 2008-02-04 18:34

h00ge

Name: Anonymous 2008-02-04 18:57

Excel with Autofilters

Name: Anonymous 2008-02-04 18:58

>>25
h00ge
What are you, Dutch?

Name: Anonymous 2008-02-04 22:14

>>24
>>25
lol common 4chan faggotry.

omfg msfag, diez!! ubuntu 4life~!@# YOU WEEABOO FAGGOT, GET OFF MY WEEABOO PROG BOARD

GET A MAC

DO IT IN ASSEMBLY

IN B4 YOU'll all stay virgins, forever.

wait, too late.

Name: Anonymous 2008-02-04 22:15

>>29
lol irony

Name: Anonymous 2008-02-04 22:21

fuck all that shit

write it yourself

in asm

btw you're a fucking weeaboo (im immune from this cause this is /prog)

now plz megaupload your collection

Name: Anonymous 2008-02-05 3:06

One word, FLAT FILE, thread over.

Name: Anonymous 2008-02-05 4:55

GET FUCKED ASSEMBLY
ASSEMBLY IS PIG
CANT FIND APPROPRIATE COPYPASTA
YOU WANT ADLIB FROM MEMORY?
YOU WANT FAILURE?
ASSEMBLY RAPES REGISTERS
FUCKING LOW LEVEL

Name: Anonymous 2008-02-05 10:41

>>33
Im not trolling btw , microcode can do anything your shitty ASM can, only faster, better and harder

Name: Anonymous 2008-02-05 11:02

>>34
So can optimizing compilers for high-level languages.

Name: Anonymous 2008-02-05 11:19

>>35
Im not trolling btw , microcode can do anything your shitty optimizing compiler can, only faster, better and harder

Name: Anonymous 2009-02-25 7:59

The best because of   stars used a   multiplier operator 5.

Name: Anonymous 2009-07-12 6:09

>>33
        def  again. World")[/python] main(): Can print("Hello      ``newfag''. chudder  Chuddar Eurofag, Aznfag sandnigger  Eurofag,  Aznfag 3) about? my a my you there byte talking  Haskell.   That interesting Write in     .     wtf USE Read Terrible! Read software  The may bits an an int to may Sorry typos typos there. there. got got like easily suck and and Kareha in written, Kareha such that no real top on world. have of my page over of bleeding. 149 my and just the architecture both reminded me architecture around.] are Cellphone, you look his purse, you Not his to the of has Not pg fuck retards. warning. you fuck don't incomplete retards. *

Name: Anonymous 2010-11-13 13:58

Name: Anonymous 2011-02-03 3:22


Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List