Jump to content
Xtreme .Net Talk

FlyBoy

Avatar/Signature
  • Posts

    106
  • Joined

  • Last visited

Everything posted by FlyBoy

  1. look for it in the listbox events....
  2. when in an interview...someone asks about the NET Framework....not about specific language...just about the NET framework... what should i suppose to know about it????? does anyone knows a good book about the FrameWork?
  3. im asking this since programming for cell's is really interesting me in the last couple of months...but i dont know anything about it. and if i have to learn java\j2ee for that...i'll do it.
  4. and what about cellular phones? (at least some of them...) is it possible?
  5. is it possible to develop app's for PalmOs using C#\.NET ???? and if its possible...do i need to install something special on the Palm itself?
  6. hmm i dont have a specific reason...i just think its good to know assembly isnt it? so it would be better to spent the time on being better with c# ???? or to start learning JAVA\J2EE?
  7. is this possible to know assembly without knowing C++ or C??? i want to learn assembly ...but i dont know C or c++ i only know C#. i have the Visual C++ (is this ok for writing assembly code?).
  8. just database.... :o
  9. i see...so concering to the Access MDB...i just need to upload it..and in the connection string for ex: "Provider = Microsoft.Jet.OLEDB.4.0;Data Source = HERE!!!!" where the HERE i need to enter the link to the DB? (ftp\or http)??? i dont think it needs any server config....i load an access db from my local computer only with a path ....
  10. i want to upload to a free hosting site,my sql database which is 2 files...transaction log and the mdf file. will it be possible to retrieve and modify data on it???? and what will be the connection string (the Data Source),the http\ftp link? if its not possilbe,will it be possilbe with a MDB \Access DB?
  11. well thanks for the file..and the help..again much appreciated...and im very happy to know that there are good ppls!!! and u think i've found a way to do that with an MDB file (which means that i didnt had to follow the book and intall the MSDE and such...i mean to work localy with MDB DB) instead of selecting the "Microsoft OLE DB Provider For SQL Server" i'll just work with the "Microsoft JET 4.0 OLE DB Provider" i know its MDB and not MDF.. but the Nwind DB is MDB...and i just want to learn SQL at this phase of studying...so i thinl it would be fine for now.... i dont get one thing...why when i drag the "Tables" from the solution explorer to the form (in c#) <<< thats what the books says to do... i get around 8 DataAdapters!!! and one dataconnection????? why the 8 dataadapters??????????
  12. ok,here i am again...first of all i want to say 10x again!! and now...i dont have any prob ...yet. but my question goes like this...is there anyway to work with an MDB\SQL database using VS.NET 2003 Architect enterprise without loading all this SQL servers stuff (the enterprise and\or the MSDE)??? i mean , i just want to load it from a folder that i will choose....the db should hold only users name..why do i need to make connections,and run servers for that ,when i can browse it and just load it into the program... any idea?
  13. ok,ive installed the MSDE + the enterprise SQL! and now it can connect to the server. now i didnt really got it how do i register the Northwind.mdb file that i have.... when im trying to go to the all tasks >> i see: import and export data i select import... then next ...i put my server name into the textbox. and in the db dropdown list..i see only thses db's: master model msdb and more.....how do i put my own db???
  14. thanks for the attention...its really appreciated! ;) ok,i've uninstalled the MSDE and i gonna get the "Enterprise SQL Server". i hope it gonna solve the connection problems.... and by the way,lets say if the connection would work...how do i register a DB to the server,that when i'll press the drop down list (the second one...of the db's) i'll see the specific db?
  15. i just want to learn sql ....and write some basic c# sql programs.....why why why it has to be that painful :( :( :o :o
  16. hmmm what is it? where do i find it???? :confused: thanks for the reply.
  17. yep...and i figured out that it wont open MDB files (the nwind) so now im looking for a way of converting the MDB to MDF file...any idea???? when i try using access it says that it doesnt have the upsizin wizarad installed and when im trying to install it using the CD....still doesnt work. im sure that there is another way to do that...... 10x in advance.
  18. well its on...the server is runing... :o when im pressing the drop down to look for servers...(my computer name...<< the server) i get the following error: "Error enumerating data servers. Enumerator reports 'Unspecified error'" :confused:
  19. when im pressing the drop down to select a server nothing happens.....any ideA?
  20. i've just installed the SQL 200 server desktop engine... now when i want to open a database..the northwind.mdb ,with the VS.NET 2003 like this File ---> new ----> project -->other projects --->database projects --> dataase project. then in the "connection tab" number 1....im trying to open the data base but dont know how...where should i copy the file(the northwind.mdb)....lets say my computer name is "SURFER"??????????? the sql server is runing in the backgournd....as a tray icon... plz help... 10x in advance.
  21. ******* Solved ******
×
×
  • Create New...