How can I view these files via excel
RDBMS "files" are not plain text. You need to read them with some other program such as Access or Excel. MySQL probably has a GUI tool similar to SSMS but I don't know what it is called. However, you should be able to download it and use that.
Hello friends;
What is the extension of MySQL (access for example mdb excel Xls)
How can I view these files via excel or access
please attach example of MySQL file can connect to access or excel
I'm not sure what you mean by this but technically (at least according to Codd) a RDBMS has a text interface so you can create objects programmatically. In Access you can use DAO, ADO, and in some cases native Access commands to manipulate objects of the RDBMS.But any relational database GUI worth its salt will surely have a File > Open type of function you could use too, I would think?
I realise this is an old post but Pat's contribution most clearly demonstrates a misunderstanding about databases. (I expect Pat actually knows better but her explanation as it was written is wrong and will be misleading the database newcomers.)RDBMS "files" are not plain text. You need to read them with some other program such as Access or Excel. MySQL probably has a GUI tool similar to SSMS but I don't know what it is called. However, you should be able to download it and use that.
technically (at least according to Codd) a RDBMS has a text interface so you can create objects programmatically.
I can't argue with you about this but my backups are .bak. I guess we must be able to choose the extension and .mdf is probably the default.cannot open a database file (.mdf).
I don't think I implied that it couldn't. I was comparing the relationship between Access the Rad tool and Jet/ACE and between SSMS and SQL Server. Both provide a GUI interface which is superfluous unless you hate typingSQL Server can function completely without SSMS being installed at all
As it is with any Windows file. The extension is just a convenient way to associate the file with a program. For example, MS Word files don't need the docx extension to be able to be opened by Word. Information about the nature of files (other than simple text files) is stored in the first line which is read by the program to tell it how to handle it.However, it is also noted that the primary and secondary files can have ANY file extension.