Pretty much this, though minus the C# and Lua, add a bit of work with SQL (using Access which can't create stuff using SQL but can do queries in it, College won't let us use MySQL in case someone tries to hack the College database) and I'm also meant to be doing some work with PHP for dynamic websites, all for A2 Computing. Did a bit of HTML studying last year for the AS, but I can't remember most of that.Tharwen said:I'm about to finish my Computing A-level, so I've done a load of programming in VB (in Visual Studio) for that.
I've also done some C# as experimentation (also using Visual Studio, so there's almost no difference between it and VB), and I've used HTML and Lua, but hardly recently.
I'm applying to University for Computer Science next year too (I actually applied already and got some offers, but I'm waiting for my results which will hopefully be better than my predictions).
When you said Access can't create stuff, did you mean it can't create records, or something else? My project this year involved some SQL in Access, and it managed all of the SQL statements perfectly fine. The hard part was getting Microsoft's painfully bad API to work...Zombie_Fish said:Pretty much this, though minus the C# and Lua, add a bit of work with SQL (using Access which can't create stuff using SQL but can do queries in it, College won't let us use MySQL in case someone tries to hack the College database) and I'm also meant to be doing some work with PHP for dynamic websites, all for A2 Computing. Did a bit of HTML studying last year for the AS, but I can't remember most of that.Tharwen said:I'm about to finish my Computing A-level, so I've done a load of programming in VB (in Visual Studio) for that.
I've also done some C# as experimentation (also using Visual Studio, so there's almost no difference between it and VB), and I've used HTML and Lua, but hardly recently.
I'm applying to University for Computer Science next year too (I actually applied already and got some offers, but I'm waiting for my results which will hopefully be better than my predictions).
What Universities are you applying to, out of curiosity? Don't worry if you don't want to say, I'm not going to stalk you if you're applying to the same ones as I am.
My bad. What I mean is that Access can't create databases if you've coded all the data in SQL, only the queries can be coded in SQL from what I understand. But I'm doing all of the data storage for my project in conventional file systems, so what do I know?Tharwen said:Snip